Hello folks, I posted here about ntfy before, but since my last post it's been a loooong time, so I thought I'd give an update to this fantastic community.
ntfy is a a tool that lets you send push notifications to your phone from any script or server using a simple HTTP PUT/POST requests. It's 100% open source and self-hostable, and has an Android/iOS app and a web app.
You can use ntfy like this (more in the docs: https://ntfy.sh/docs/publish/). This will send a notification to your phone:
curl -d "Backup on $(hostname) complete" ntfy.sh/mytopic
I host free and open version on ntfy.sh, but you can host your own of course.
ntfy is a a tool that lets you send push notifications to your phone from any script or server using a simple HTTP PUT/POST requests. It's 100% open source and self-hostable, and has an Android/iOS app and a web app.
You can use ntfy like this (more in the docs: https://ntfy.sh/docs/publish/). This will send a notification to your phone:
I host free and open version on ntfy.sh, but you can host your own of course.New stuff
- Phone call notifications: https://ntfy.sh/docs/publish/#phone-calls, here's an example call: https://docs.ntfy.sh/static/audio/ntfy-phone-call.mp3
- Prometheus metrics: https://docs.ntfy.sh/config/#monitoring, with Grafana dashboard template
- Access tokens: https://docs.ntfy.sh/config/#access-tokens for logged in users
- Brand new website: https://ntfy.sh with live notification counter
- Official support in healthchecks.io, Uptime Kuma, Radarr, Sonarr, Shoutrrr, Gatus, and many more (see https://docs.ntfy.sh/integrations/)
- User tiers: https://docs.ntfy.sh/config/#tiers with different rate limits per tier
- ...
If you like video tutorials, here's YouTuber Kris [explaining ntfy](https://www.youtube.com/watch?v=u9EcWrsjE20).
Other links:
- ntfy website: https://ntfy.sh/
- ntfy web app: https://ntfy.sh/app
- GitHub (server): https://github.com/binwiederhier/ntfy
- GitHub (Android): https://github.com/binwiederhier/ntfy-android
- Google Play: https://play.google.com/store/apps/details?id=io.heckel.ntfy
- F-Droid: https://f-droid.org/en/packages/io.heckel.ntfy/
- Discord: https://discord.com/invite/cT7ECsZj9w
- Matrix: https://matrix.to/#/#ntfy:matrix.org
Public topics:
- https://ntfy.sh/stats (daily stats scraped from nginx logs)
- https://ntfy.sh/announcements (release announcements)