bundles/ntfy various fixes

This commit is contained in:
Sophie Schiller 2022-10-19 15:38:10 +02:00
parent a8cf858d44
commit 6e23f84a39
4 changed files with 33 additions and 3 deletions

View file

@ -11,7 +11,7 @@
# - iOS push notifications for self-hosted servers (to calculate the Firebase poll_request topic)
# - Matrix Push Gateway (to validate that the pushkey is correct)
#
base-url: "${metadata.get['ntfy/baseurl']}"
base-url: "https://${node.metadata.get('ntfy/domain', 'ntfy')}"
# Listen address for the HTTP & HTTPS web server. If "listen-https" is set, you must also
# set "key-file" and "cert-file". Format: [<ip>]:<port>, e.g. "1.2.3.4:8080".