diff --git a/olivetin/config.yaml b/olivetin/config.yaml new file mode 100644 index 0000000..bda9ee3 --- /dev/null +++ b/olivetin/config.yaml @@ -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