Ntfy.sh – Send push notifications to your phone via PUT/POST
251–260 of 306 posts
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#252Earlier quoted context omitted.
So, any nice topics? ;)
There are two useful public topics: https://ntfy.sh/docs/publish/#public-topics - https://ntfy.sh/announcements for announcements (usually only release announcements) - https://ntfy.sh/stats for daily stats (right before midnight UTC) Note that messages are only cached for 12h server-side, so you'll not see any messages in there mostly. I suggest to just subscribe and see if you like getting these messages.
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#253I'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…
Do you know something better that fills the same gap?
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#254I use Opsgenie for most of the same use cases as this application. They have a free tier too. I keep my alert volumes very low.
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#255Earlier quoted context omitted.
If I were to run my own personal instance of this that cost would be quite high. A free Oracle Cloud VM or $5 Digital Ocean droplet would be the way I go.
If I go by $50/hour salary on average for developer, if someone saves 20 minutes per month on average using AWS, it is worth it.
That being said, it's probably not worth migrating to another provider at this point.
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#256Earlier quoted context omitted.
https://ntfy.sh/docs/faq/#what-are-the-uptime-guarantees I guarantee for nothing, since this is a spare time project. That said, I have had zero outages in 11 months, see https://ntfy.statuspage.io/ When it outgrows the single EC2 instance, I'll likely start building some distributed thingy to spread the load and do some HA things (sounds like fun). Probably just a load balancer and 2-3 instances with a rqlite backen…
Start providing it (reliability/HA) and turn it into an actual business :-) It'd be a lot more fun than getting a principle position
> turn it into an actual business :-) It'd be a lot more fun
Not only could it _not_ be more fun, but it might actually suck all the existing fun out of it completely. But the OP will know better about that!
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#257Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#258Earlier quoted context omitted.
It's not the sending the messages that has me stumped, it's the setup of the server (the hosting of it itself). Do you know of a public service that exists i could build/test the Apprise plugin against? Would love just even temporary access to a server to perfect its design (then my account could be terminated)
You don't need to host a Mastodon instance yourself. Plenty of them are open for registration :) e.g https://masto.ai/ or https://fosstodon.org
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#259Another alternative: you can send notifications to your phone through text messages. Text messages are compatible with email, usually in the form of @ .
Interesting. Please elaborate.
You can read more about it below. https://www.verizon.com/about/news/vzw/2013/06/computer-to-p...
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#260Another alternative: you can send notifications to your phone through text messages. Text messages are compatible with email, usually in the form of @ .
Interesting. Please elaborate.