fix: template signal phone number

This commit is contained in:
2024-12-22 23:03:10 +00:00
parent bb84a95e2b
commit e83ee0333f
2 changed files with 3 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ RSYSLOG_SERVER: internal.monitoring.atlantishq.de
influxdb_telegraf_password: HISTORY_PURGED_SECRET
code_server_password: HISTORY_PURGED_SECRET
signal_sender_number: +HISTORY_PURGED_SECRET
atlantis_array_action_pw: jeanswochenendegeschichte
money_balancer_jwt_secret: HISTORY_PURGED_SECRET

View File

@@ -12,4 +12,4 @@
hour: "*"
minute: "25"
name: Poll from signal
job: "/home/sheppy/signal-cli/bin/signal-cli --output=json -u +HISTORY_PURGED_SECRET receive --send-read-receipt >> /home/sheppy/signal.log"
job: "/home/sheppy/signal-cli/bin/signal-cli --output=json -u {{ signal_sender_number }} receive --send-read-receipt >> /home/sheppy/signal.log"