From aaf53d5d3f0e76c342e0c92a6b12998ebc0523ab Mon Sep 17 00:00:00 2001 From: ksurl Date: Thu, 30 Nov 2023 00:18:24 +0000 Subject: [PATCH 1/2] add auth token url format --- docs/examples.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/examples.md b/docs/examples.md index 4e936d91..72a7feea 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -170,6 +170,12 @@ Or, if you only want to send notifications using shoutrrr: shoutrrr send -u "ntfy://ntfy.sh/my_watchtower_topic?title=WatchtowerUpdates" -m "testMessage" ``` +Authentication tokens are also supported via the generic webhook and authorization header using this url format (replace the domain, topic and token with your own): + +``` +generic+https://ntfy.mydomain.com/my_watchtower_topic?@authorization=Bearer+token` +``` + ## Sonarr, Radarr, Lidarr, Readarr, Prowlarr, SABnzbd From 0f44d20da526826609df1f43a1cd71e4c826ea23 Mon Sep 17 00:00:00 2001 From: ksurl Date: Thu, 30 Nov 2023 00:21:11 +0000 Subject: [PATCH 2/2] clean up --- docs/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples.md b/docs/examples.md index 72a7feea..18ca3f2a 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -173,7 +173,7 @@ shoutrrr send -u "ntfy://ntfy.sh/my_watchtower_topic?title=WatchtowerUpdates" -m Authentication tokens are also supported via the generic webhook and authorization header using this url format (replace the domain, topic and token with your own): ``` -generic+https://ntfy.mydomain.com/my_watchtower_topic?@authorization=Bearer+token` +generic+https://DOMAIN/TOPIC?@authorization=Bearer+TOKEN` ``` ## Sonarr, Radarr, Lidarr, Readarr, Prowlarr, SABnzbd