From 6562ba698786171094491699ee1f285383cb14e0 Mon Sep 17 00:00:00 2001 From: OneWeekNotice <3814277+OneWeekNotice@users.noreply.github.com> Date: Fri, 26 Jul 2024 22:48:14 -0400 Subject: [PATCH] adding Watchtower - shoutrrr authentication with auth token utilizing ntfy url --- docs/examples.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/examples.md b/docs/examples.md index 73a58836..3004ed3c 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -173,7 +173,14 @@ 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): +Authentication tokens are also supported: + +- (Recommended) Ntfy url format (replace the domain, topic and token with your own): +``` +ntfy://:TOKEN@DOMAIN/TOPIC +``` + +- Generic webhook and authorization header using this url format (replace the domain, topic and token with your own): ``` generic+https://DOMAIN/TOPIC?@authorization=Bearer+TOKEN`