Ntfy – open-source Push to Mobile
31–40 of 53 posts
Re: Ntfy – open-source Push to Mobile
#32I've been using Gotify [1] for a very long time and have been quite happy with it. Basically no impact on battery life. For devs - there are mature libraries like shoutrr [2] and apprise [3] that let you support multiple notification systems with no extra work. 1. https://gotify.net/ 2. https://shoutrrr.nickfedor.com/v0.17.0/ 3. https://github.com/caronc/apprise
Right, but if you use ntfy.sh you can get proper mobile push notifications (instead of keeping the app running and using long polling or websockets). If you use the public version of ntfy.sh then you don't need to do anything to set this up. If you self-host, you need your own Firebase Cloud Messaging (FCM) account and (for iOS) your own Apple Developer account so you can use APN.
Re: Ntfy – open-source Push to Mobile
#33Earlier quoted context omitted.
Personally I use FCM (Firebase push notifications) with a Capacitor plugin for push notifications, it works decently
I didn't know what you meant by Capacitor, but I now understand it's a modern replacement for Apache Cordova: https://capacitorjs.com/
Re: Ntfy – open-source Push to Mobile
#34Re: Ntfy – open-source Push to Mobile
#35Re: Ntfy – open-source Push to Mobile
#36I'm the maintainer of ntfy. Happy to answer questions. Sorry that I'm late to the party :-)
Re: Ntfy – open-source Push to Mobile
#37I wonder whats the difference between permisions do giant apps like whatsapp, instagram have for notification service. cause they seem like perfectly integrated themselves into this, while ntfy has to pose itself as battery consuming application I'm planning to using ntfy for notifications like bitwarden vault backups, if apps are updated.
Re: Ntfy – open-source Push to Mobile
#38Earlier quoted context omitted.
Incredibly useful to give any app the ability to send you a notification with a single line of code or shell. Only one minor caveat for self-hosted iOS users - content of the messages come from your server, but the trigger still comes from ntfy.sh server.
You can "install" the PWA on iOS by adding it to your home screen, then your ntfy instance can use APNs directly (via Web Push)!
Re: Ntfy – open-source Push to Mobile
#39Re: Ntfy – open-source Push to Mobile
#40Earlier quoted context omitted.
What's the advantage over, say, having a Telegram bot push you messages instead of notifications?
The advantage is that I don’t have to use Telegram and Pushover can just be triggered by curl in any scripts I use.
I have it so it can send email, telegram, or twilio call depending on urgency