I'm not a hater, I am genuinely curious, how does something like this get to 800 votes on HN and 4.4K stars on GitHub? I mean, it's just... a pub/sub server... using HTTP? With a thin UI for web/mobile? I'm obviously missing something, so what is it? Again, not a hater, even though it may come off like I am, I'm just honestly wondering what makes this special. From first glance it seems like something most devs can h…
Ntfy.sh – Send push notifications to your phone via PUT/POST
231–240 of 306 posts
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#232When I was making my IoT washing machine sensor, I used Blynk.io to push notifications to my phone but of course that service became commercialised and is no longer free. I could not find any nice easy to use alternative except for Telegram which is what I use now. This service looks exactly like what I would need and I appreciate the promise to keep it open source.
https://pushover.net/ Has existed for several years. It works great for me.
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#233When I was making my IoT washing machine sensor, I used Blynk.io to push notifications to my phone but of course that service became commercialised and is no longer free. I could not find any nice easy to use alternative except for Telegram which is what I use now. This service looks exactly like what I would need and I appreciate the promise to keep it open source.
I'm building exactly this right now for my first hardware project. Have you published any notes anywhere?
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#234They have a free tier too. I keep my alert volumes very low.
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#235Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#236Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#237Earlier quoted context omitted.
I don't think ntfy.sh does that, but are you talking about https://github.com/dschep/ntfy ?
You are 100% correct. Boy that's confusing. I thought they'd just gotten a new site!
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#238Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#239I sometimes use my little service https://pushurl.43z.one/ If I need to notify my desktop browser or phone with a notification triggered by some code. I just go to the website with my browser click generate. Then in my script I do `curl $pushurl?title=jobdone`. When it gets triggered a notification popups on my phone that says "jobdone". It uses the native browser web push API so I don't need to install anything extr…
Is the code public? Seems simple to implement. But I'd rather copy and paste.
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#240I'm not a hater, I am genuinely curious, how does something like this get to 800 votes on HN and 4.4K stars on GitHub? I mean, it's just... a pub/sub server... using HTTP? With a thin UI for web/mobile? I'm obviously missing something, so what is it? Again, not a hater, even though it may come off like I am, I'm just honestly wondering what makes this special. From first glance it seems like something most devs can h…
Personally, the chosen feature set resonates a lot with me. I like services that don't need accounts f.e. because they are so easy to use.