jellyfin-plugin-webhook/Jellyfin.Plugin.Webhook/Templates/README.md

20 lines
234 B
Markdown

## Templates
### Ntfy
Webhook URL:
```
https://ntfy.sh
#or
https://yourntfyurl.tld
```
If your ntfy needs authorization headers then add a request header as follows:
```
Key:
Authorization
Value:
Basic <base64encodedpassword>
```