What's new
- Generic webhook notifications — configure
webhook_urlto POST JSON notifications to any HTTP endpoint alongside or instead of ntfy - Apprise API support — set
webhook_notification_urlsto include an Apprise-compatibleurlsfield in the request body, enabling use with the stateless/notifyendpoint on an existing Apprise server ntfy_urlis no longer required; eitherntfy_urlorwebhook_url(or both) must be set
Configuration
| Key | Required | Description |
|---|---|---|
ntfy_url
| One of | ntfy topic URL |
webhook_url
| One of | Generic webhook / Apprise endpoint URL |
ntfy_token
| No | Bearer token for authenticated ntfy instances |
webhook_token
| No | Bearer token for authenticated webhook endpoints |
webhook_notification_urls
| No | Apprise notification URL(s) passed as urls in the request body
|
Install
Download navidrome-ntfy.ndp and copy it to your Navidrome plugins folder.