diff --git a/olivetin/compose.yml b/olivetin/compose.yml index 8ce409e..21d17ce 100755 --- a/olivetin/compose.yml +++ b/olivetin/compose.yml @@ -11,7 +11,7 @@ services: volumes: - ${DOCKER_CONFIGS}/config:/config - /var/run/docker.sock:/var/run/docker.sock - - /home/akanealw/scripts:/scripts:ro + - /home/akanealw/scripts/olivetin:/scripts:ro networks: reverse-proxy: diff --git a/olivetin/config/config.yaml b/olivetin/config/config.yaml index 570ed2c..570d499 100755 --- a/olivetin/config/config.yaml +++ b/olivetin/config/config.yaml @@ -1,24 +1,24 @@ actions: - title: "Restart Gluetun and Services" - shell: /scripts/olivetin/restart-gluetun-and-services.sh + shell: /scripts/restart-gluetun-and-services.sh timeout: 75 - title: "Restart qBittorrent" - shell: /scripts/olivetin/restart-qbittorrent.sh + shell: /scripts/restart-qbittorrent.sh timeout: 15 - title: "Restart SABnzbd" - shell: /scripts/olivetin/restart-sabnzbd.sh + shell: /scripts/restart-sabnzbd.sh timeout: 15 - title: "Restart JDownloader" - shell: /scripts/olivetin/restart-jdownloader.sh + shell: /scripts/restart-jdownloader.sh timeout: 15 - title: "Restart Firefox-VPN" - shell: /scripts/olivetin/restart-firefox-vpn.sh + shell: /scripts/restart-firefox-vpn.sh timeout: 15 - title: "Restart AdGuardHome-Sync" - shell: /scripts/olivetin/restart-adguardhome-sync.sh + shell: /scripts/restart-adguardhome-sync.sh timeout: 15