From 0240011b8274793f127e22fc511a1ee253cf6260 Mon Sep 17 00:00:00 2001 From: James Read Date: Wed, 19 May 2021 00:47:30 +0100 Subject: [PATCH] Create config.yaml --- var/config.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 var/config.yaml diff --git a/var/config.yaml b/var/config.yaml new file mode 100644 index 0000000..2b5ec64 --- /dev/null +++ b/var/config.yaml @@ -0,0 +1,15 @@ +listenAddressWebUI: 0.0.0.0:1337 # Listen on all addresses available, port 1337 +logLevel: "INFO" +actions: +- title: Restart Plex + icon: smile + shell: docker restart plex + + # This will send 1 ping +- title: Ping Google.com + shell: ping google.com -c 1 + + # Restart lightdm on host "overseer" +- title: restart lightdm + icon: poop + shell: ssh root@overseer 'service lightdm restart'