change: remove web1 & add signal

This commit is contained in:
2024-07-20 10:36:28 +00:00
parent 342e950274
commit 763a0346ce
10 changed files with 9 additions and 213 deletions

View File

@@ -0,0 +1,2 @@
dependencies:
- global-handlers

View File

@@ -0,0 +1,7 @@
- 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"