added olivetin config

This commit is contained in:
2023-08-21 09:48:25 -05:00
parent 8e4e6838a4
commit 6cc15f225e

20
olivetin/config.yaml Normal file
View File

@@ -0,0 +1,20 @@
actions:
- title: "Restart Gluetun and Services"
shell: /config/restart-gluetun-and-services.sh
timeout: 75
- title: "Restart qBittorrent"
shell: docker restart qbittorrent && echo qbittorrent restarted
timeout: 15
- title: "Restart SABnzbd"
shell: docker restart sabnzbd && echo sabnzbd restarted
timeout: 15
- title: "Restart JDownloader"
shell: docker restart jdownloader && echo jdownloader restarted
timeout: 15
- title: "Shutdown Proxmox1"
shell: /config/shutdown-proxmox1.sh
timeout: 15