From 41563798bb12a0579b29997cc788ed08a8ff9eb3 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Wed, 12 Jul 2023 19:36:03 +0200 Subject: [PATCH] change ntfy domain --- roles/alerts/ntfy_server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/alerts/ntfy_server.yml b/roles/alerts/ntfy_server.yml index 0735d6a..a17ac59 100644 --- a/roles/alerts/ntfy_server.yml +++ b/roles/alerts/ntfy_server.yml @@ -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: https://ntfy.pim.kunis.nl +base-url: https://ntfy.kun.is # Listen address for the HTTP & HTTPS web server. If "listen-https" is set, you must also # set "key-file" and "cert-file". Format: []:, e.g. "1.2.3.4:8080".