shortened path
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user