add: ntfy and webhook support

This commit is contained in:
deadbeet
2022-03-28 16:11:00 +02:00
committed by jokob-sk
parent 4b204b8a29
commit c25fbe4cb8
3 changed files with 32 additions and 4 deletions

View File

@@ -33,8 +33,8 @@ REPORT_DASHBOARD_URL = 'http://pi.alert/'
# Webhook settings
# ----------------------
REPORT_WEBHOOK = True
WEBHOOK_URL = http://100.89.112.105:5678/webhook-test/a1db46b8-14bb-4651-a079-9ab5b01fada3
REPORT_WEBHOOK = False
WEBHOOK_URL = 'http://n8n.local:5555/webhook-test/aaaaaaaa-aaaa-aaaa-aaaaa-aaaaaaaaaaaa'
# NTFY (https://ntfy.sh/) settings
# ----------------------