add ntfy support

This commit is contained in:
Joshua
2022-07-20 18:31:03 +10:00
parent bd12bd1809
commit c0366fab96
2 changed files with 21 additions and 1 deletions

View File

@@ -23,6 +23,10 @@ REPORT_FROM = 'Pi.Alert <' + SMTP_USER +'>'
REPORT_TO = 'user@gmail.com'
REPORT_DEVICE_URL = 'http://pi.alert/deviceDetails.php?mac='
REPORT_NTFY = False
REPORT_DASHBOARD_URL = 'http://pi.alert/'
NTFY_TOPIC = 'replace_my_secure_topicname_91h889f28'
# QUERY_MYIP_SERVER = 'https://diagnostic.opendns.com/myip'
QUERY_MYIP_SERVER = 'http://ipv4.icanhazip.com'
DDNS_ACTIVE = False
@@ -36,6 +40,7 @@ PIHOLE_DB = '/etc/pihole/pihole-FTL.db'
DHCP_ACTIVE = False
DHCP_LEASES = '/etc/pihole/dhcp.leases'
# arp-scan options & samples
#
# Scan local network (default)