authentication NTFY

This commit is contained in:
Fabian Sasse
2022-11-15 11:31:53 +01:00
parent c43c4d9eb3
commit 879687e0af
2 changed files with 20 additions and 4 deletions

View File

@@ -56,6 +56,9 @@ APPRISE_URL = 'mailto://smtp-relay.sendinblue.com:587?from=user@gmai
REPORT_NTFY = False
NTFY_HOST = 'https://ntfy.sh'
NTFY_TOPIC = 'replace_my_secure_topicname_91h889f28'
# set username and password if authentication is used https://docs.ntfy.sh/config/#users-and-roles
NTFY_USER = ''
NTFY_PASSWORD = ''
# PUSHSAFER (https://www.pushsafer.com/) settings
# ----------------------