mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-22 11:24:04 +01:00
Merge pull request #965 from ksurl/docs-watchtower-token
docs: add shoutrrr auth token url format
This commit is contained in:
commit
fc5973751a
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
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://DOMAIN/TOPIC?@authorization=Bearer+TOKEN`
|
||||||
|
```
|
||||||
|
|
||||||
## Sonarr, Radarr, Lidarr, Readarr, Prowlarr, SABnzbd
|
## Sonarr, Radarr, Lidarr, Readarr, Prowlarr, SABnzbd
|
||||||
|
|
||||||
<!-- Sonarr v4 is in beta as of May 2023, should be updated to remove v3 reference when stable -->
|
<!-- Sonarr v4 is in beta as of May 2023, should be updated to remove v3 reference when stable -->
|
||||||
|
|
Loading…
Reference in a new issue