From 17e20d4ae8bec532a7c44816d829a2785f047f11 Mon Sep 17 00:00:00 2001 From: Stephen Date: Sun, 7 Jan 2024 10:46:42 +1000 Subject: [PATCH] Add GUID direction in ntfy URL --- extensions/notifications/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/notifications/config.yaml b/extensions/notifications/config.yaml index 3de55a5eb..e7eb68044 100644 --- a/extensions/notifications/config.yaml +++ b/extensions/notifications/config.yaml @@ -28,7 +28,7 @@ beef: username: "notifier" # Username can be anything ntfy: enable: false - endpoint_url: "https://ntfy.sh/beef" + endpoint_url: "https://ntfy.sh/beef-[GUID]" # Update GUID username: "" # Leave blank if not needed password: "" # Leave blank if not needed