For those who don't know, 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 app and a web app.
You can use it like this (more in the docs):
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.
Since my last post, I added the following features: Publish messages as JSON, custom user actions via action buttons, ntfy:// deep links, ntfy support in Apprise (thanks to @caronc), translations into 13 languages in the web app and Android app, lots of example usages, e.g. with NodeRED, Gatus, Sonarr, Radarr; a super cool chat-style message bar in the web app, and more.
I am happy to answer any and all questions, and I'd love some feedback or new ideas.
For those who don't know, 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 app and a web app.
You can use it like this (more in the docs):
I host free and open version on ntfy.sh, but you can host your own of course.Since my last post, I added the following features: Publish messages as JSON, custom user actions via action buttons, ntfy:// deep links, ntfy support in Apprise (thanks to @caronc), translations into 13 languages in the web app and Android app, lots of example usages, e.g. with NodeRED, Gatus, Sonarr, Radarr; a super cool chat-style message bar in the web app, and more.
I am happy to answer any and all questions, and I'd love some feedback or new ideas.
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