Skip to content

Releases: andykelk/navidrome-ntfy-plugin

v1.1.0 — Webhook / Apprise support

Choose a tag to compare

@andykelk andykelk released this 13 Jun 00:27

What's new

  • Generic webhook notifications — configure webhook_url to POST JSON notifications to any HTTP endpoint alongside or instead of ntfy
  • Apprise API support — set webhook_notification_urls to include an Apprise-compatible urls field in the request body, enabling use with the stateless /notify endpoint on an existing Apprise server
  • ntfy_url is no longer required; either ntfy_url or webhook_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.