Skip to content

Instantly share code, notes, and snippets.

View CrazyWolf13's full-sized avatar

Tobias CrazyWolf13

  • Switzerland
View GitHub Profile
@CrazyWolf13
CrazyWolf13 / exportarr-install.sh
Last active February 18, 2025 13:25
Exportarr-online-install
#!/bin/bash
mkdir -p /opt/exportarr
cd /opt/
RELEASE=$(curl -s https://api.github.com/repos/onedr0p/exportarr/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
wget -q "https://github.com/onedr0p/exportarr/releases/download/v${RELEASE}/exportarr_${RELEASE}_linux_amd64.tar.gz"
tar -xzf exportarr_${RELEASE}_linux_amd64.tar.gz
rm exportarr_${RELEASE}_linux_amd64.tar.gz
mv exportarr_${RELEASE}_linux_amd64/* /opt/exportarr
rmdir exportarr_${RELEASE}_linux_amd64
@CrazyWolf13
CrazyWolf13 / bookstack-monitoring.md
Last active December 8, 2024 17:51
Bookstack Monitoring via Grafana MySQL

Hi

This is a little guide I created on how to create Bookstack monitoring through Grafana and their MySQL Connection.

First we need to modify the mysql on bookstack a bit:

nano /etc/mysql/mysql.conf.d/mysqld.cnf
# Or when using MariaDB:
nano /etc/mysql/mariadb.conf.d/50-server.cnf