-
-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT] Support for ntfy notifications #433
Comments
I see references to ntfy in the shoutrrr codebase (which is what Scrutiny uses for handling notifications to external services) -- it may already be supported, however their documentation site implies its only available in the |
You can use a webhook for ntfy like this:
For authorization (with user:pass or a token), see https://docs.ntfy.sh/publish/#query-param |
Oh yeah that works! Although the payload is sent as is so no formatting right? I think for the time being I'll just create a webhook server and then divert the payload to ntfy for the time being 🤔 |
Yeah it's sent as JSON, maybe there should be/is an option to just send it as text? |
looks like shoutrrr v7.1 has been released. This should be a fairly easy upgrade (and will natively support ntfy). |
Updates [`shoutrrr`](containrrr.dev/shoutrrr/) to `v0.7.1` to enable support for [ntfy](https://ntfy.sh/) notifications. Fixes AnalogJ#433.
Is your feature request related to a problem? Please describe.
I would like to be able to get notifications on ntfy about smart failures.
Describe the solution you'd like
Be able to receive ntfy notifications about smart failures on my devices.
Additional context
Add any other context or screenshots about the feature request here.
Ntfy (pronounce: notify) is an open sourced simple HTTP-based pub-sub notification service that allows notifications on phone, desktop.
The text was updated successfully, but these errors were encountered: