feat: new smart-send event gate

This commit is contained in:
2023-07-21 15:41:40 +00:00
parent 0a57ee6517
commit 2d72c74c7a
5 changed files with 26 additions and 3 deletions

View File

@@ -135,3 +135,11 @@
- serien-ampel
- simple-log-server
- soundlib-interface
- name: event poller cronjob
cron:
user: sheppy
hour: "*"
minute: "*"
name: Poll Notifications from Dispatch (signal)
job: "/home/sheppy/signal-http-gateway/signal-query-dispatch.py --target {{ event_dispatcher_address }} --user {{ event_dispatcher_user }} --password {{ event_dispatcher_pass }} --signal-cli-bin /home/sheppy/signal-cli/bin/signal-cli"