From 1f374b5003f802975d346abf02152d7233d09c59 Mon Sep 17 00:00:00 2001 From: mag37 Date: Sun, 27 Jul 2025 15:06:35 +0200 Subject: [PATCH] clarifying ntfy.sh "domain" is a bit misleading, so clarifying that https:// is needed. Might change to "NTFY_URL" in the future. --- default.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.config b/default.config index 49457f0..cecb493 100644 --- a/default.config +++ b/default.config @@ -65,8 +65,8 @@ # MATRIX_ROOM_ID="myroom" # MATRIX_SERVER_URL="https://matrix.yourdomain.tld" # -## ntfy.sh or your custom domain with no trailing / -# NTFY_DOMAIN="ntfy.sh" +## https://ntfy.sh or your custom domain with https:// and no trailing / +# NTFY_DOMAIN="https://ntfy.sh" # NTFY_TOPIC_NAME="YourUniqueTopicName" # # PUSHBULLET_URL="https://api.pushbullet.com/v2/pushes"