shortened path

This commit is contained in:
2024-07-03 17:17:48 -05:00
parent 3e054e5a89
commit 1b2109a64d
2 changed files with 7 additions and 7 deletions

View File

@@ -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:

View File

@@ -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