Create config.yaml
This commit is contained in:
parent
8d5de8665a
commit
0240011b82
|
|
@ -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'
|
||||
Loading…
Reference in New Issue