mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
Update pialert.conf
This commit is contained in:
@@ -7,50 +7,51 @@
|
|||||||
# Puche 2021 pi.alert.application@gmail.com GNU GPLv3
|
# Puche 2021 pi.alert.application@gmail.com GNU GPLv3
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
PIALERT_PATH = '/home/pi/pialert'
|
PIALERT_PATH = '/home/pi/pialert'
|
||||||
DB_PATH = PIALERT_PATH + '/db/pialert.db'
|
DB_PATH = PIALERT_PATH + '/db/pialert.db'
|
||||||
LOG_PATH = PIALERT_PATH + '/log'
|
LOG_PATH = PIALERT_PATH + '/log'
|
||||||
VENDORS_DB = '/usr/share/arp-scan/ieee-oui.txt'
|
VENDORS_DB = '/usr/share/arp-scan/ieee-oui.txt'
|
||||||
PRINT_LOG = False
|
PRINT_LOG = False
|
||||||
TIMEZONE = 'Europe/Berlin'
|
TIMEZONE = 'Europe/Berlin'
|
||||||
PIALERT_WEB_PROTECTION = False
|
PIALERT_WEB_PROTECTION = False
|
||||||
PIALERT_WEB_PASSWORD = '8d969eef6ecad3c29a3a629280e686cf0c3f5d5a86aff3ca12020c923adc6c92'
|
PIALERT_WEB_PASSWORD = '8d969eef6ecad3c29a3a629280e686cf0c3f5d5a86aff3ca12020c923adc6c92'
|
||||||
|
|
||||||
SMTP_SERVER = 'smtp.gmail.com'
|
# EMAIL settings
|
||||||
SMTP_PORT = 587
|
SMTP_SERVER = 'smtp.gmail.com'
|
||||||
SMTP_USER = 'user@gmail.com'
|
SMTP_PORT = 587
|
||||||
SMTP_PASS = 'password'
|
SMTP_USER = 'user@gmail.com'
|
||||||
SMTP_SKIP_TLS = False
|
SMTP_PASS = 'password'
|
||||||
SMTP_SKIP_LOGIN = False
|
SMTP_SKIP_TLS = False
|
||||||
|
SMTP_SKIP_LOGIN = False
|
||||||
|
|
||||||
REPORT_MAIL = False
|
REPORT_MAIL = False
|
||||||
REPORT_FROM = 'Pi.Alert <' + SMTP_USER +'>'
|
REPORT_FROM = 'Pi.Alert <' + SMTP_USER +'>'
|
||||||
REPORT_TO = 'user@gmail.com'
|
REPORT_TO = 'user@gmail.com'
|
||||||
REPORT_DEVICE_URL = 'http://pi.alert/deviceDetails.php?mac='
|
REPORT_DEVICE_URL = 'http://pi.alert/deviceDetails.php?mac='
|
||||||
REPORT_DASHBOARD_URL = 'http://pi.alert/'
|
REPORT_DASHBOARD_URL = 'http://pi.alert/'
|
||||||
|
|
||||||
REPORT_NTFY = False
|
# NTFY (https://ntfy.sh/) settings
|
||||||
REPORT_DASHBOARD_URL = 'http://pi.alert/'
|
REPORT_NTFY = False
|
||||||
NTFY_TOPIC = 'replace-my-secure-topicname-91h889f28'
|
NTFY_TOPIC = 'replace_my_secure_topicname_91h889f28'
|
||||||
|
REPORT_DASHBOARD_URL = 'http://pi.alert/'
|
||||||
|
|
||||||
REPORT_PUSHSAFER = False
|
# PUSHSAFER (https://www.pushsafer.com/) settings
|
||||||
PUSHSAFER_TOKEN = 'ApiKey'
|
REPORT_PUSHSAFER = False
|
||||||
|
PUSHSAFER_TOKEN = 'ApiKey'
|
||||||
|
|
||||||
REPORT_NTFY = False
|
# QUERY_MYIP_SERVER = 'https://diagnostic.opendns.com/myip'
|
||||||
NTFY_TOPIC = 'replace_my_secure_topicname_91h889f28'
|
QUERY_MYIP_SERVER = 'http://ipv4.icanhazip.com'
|
||||||
|
DDNS_ACTIVE = False
|
||||||
|
DDNS_DOMAIN = 'your_domain.freeddns.org'
|
||||||
|
DDNS_USER = 'dynu_user'
|
||||||
|
DDNS_PASSWORD = 'A0000000B0000000C0000000D0000000'
|
||||||
|
DDNS_UPDATE_URL = 'https://api.dynu.com/nic/update?'
|
||||||
|
|
||||||
# QUERY_MYIP_SERVER = 'https://diagnostic.opendns.com/myip'
|
# PIHOLE settings
|
||||||
QUERY_MYIP_SERVER = 'http://ipv4.icanhazip.com'
|
PIHOLE_ACTIVE = False
|
||||||
DDNS_ACTIVE = False
|
PIHOLE_DB = '/etc/pihole/pihole-FTL.db'
|
||||||
DDNS_DOMAIN = 'your_domain.freeddns.org'
|
DHCP_ACTIVE = False
|
||||||
DDNS_USER = 'dynu_user'
|
DHCP_LEASES = '/etc/pihole/dhcp.leases'
|
||||||
DDNS_PASSWORD = 'A0000000B0000000C0000000D0000000'
|
|
||||||
DDNS_UPDATE_URL = 'https://api.dynu.com/nic/update?'
|
|
||||||
|
|
||||||
PIHOLE_ACTIVE = False
|
|
||||||
PIHOLE_DB = '/etc/pihole/pihole-FTL.db'
|
|
||||||
DHCP_ACTIVE = False
|
|
||||||
DHCP_LEASES = '/etc/pihole/dhcp.leases'
|
|
||||||
|
|
||||||
# arp-scan options & samples
|
# arp-scan options & samples
|
||||||
#
|
#
|
||||||
@@ -63,4 +64,4 @@ DHCP_LEASES = '/etc/pihole/dhcp.leases'
|
|||||||
# Scan using interface eth0
|
# Scan using interface eth0
|
||||||
# SCAN_SUBNETS = '--localnet --interface=eth0'
|
# SCAN_SUBNETS = '--localnet --interface=eth0'
|
||||||
|
|
||||||
SCAN_SUBNETS = '--localnet'
|
SCAN_SUBNETS = '--localnet'
|
||||||
|
|||||||
Reference in New Issue
Block a user