Add host scripts

This commit is contained in:
Sem
2026-06-11 22:52:08 +02:00
parent 15bb71d784
commit 8e3918e713
3 changed files with 47 additions and 0 deletions

16
host/config.yaml Normal file
View File

@@ -0,0 +1,16 @@
debug: false
port: 8123
listeners:
/startbackup:
command: bash
args:
- -c
- "cd /root/qvalet; ./start_backup.sh"
return: output
/stopbackup:
command: bash
args:
- -c
- "cd /root/qvalet; ./stop_backup.sh"
return: output