Live data from Hacker News

Ntfy.sh – Send push notifications to your phone via PUT/POST

ntfy.sh

111–120 of 306 posts

Re: Ntfy.sh – Send push notifications to your phone via PUT/POST

#111
post #106

Earlier quoted context omitted.

If you would like to lower the cost more, I think switching to a cheaper cloud service like Linode or Hetzner would be the way to go.

I'm not sure if it's worth going any lower than $24/month

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.

Re: Ntfy.sh – Send push notifications to your phone via PUT/POST

#113
post #84
post #72

Earlier quoted context omitted.

If you run binaries compiled by the author of the software it wouldn't matter that it is open source, so play store is out of the question. So then it must be open source and you must use distributor you trust: your distro maintainers and F-Droid. Also you must trust that people did really take a look at the code.

That's exactly how Signal and Keybase work, and nobody has any problems with that.

I had exactly this in mind. Mostly if I wouldn't trust the author with binaries I wouldn't really trust with source code either.

Re: Ntfy.sh – Send push notifications to your phone via PUT/POST

#114
post #61

Earlier quoted context omitted.

If you don't trust the person that wrote the software, it doesn't matter if it's E2E encrypted or not. There could be a back-door

If you don’t trust a communication channel, you could always do a Diffie-Hellman key exchange in the clients which lets you create a shared encrypted channel between two parties by sharing public keys. This works even if they are trying to monitor you.

Doesn't work with simplex channels.

Re: Ntfy.sh – Send push notifications to your phone via PUT/POST

#115

Cool project. Another one I’ve used for this purpose is pushover. It’s a $5 lifetime fee. It’s worked well for me so far. https://pushover.net/

A really easy way to do this is a telegram bot ( if you don't care about E2E and a bit shady business model)

Re: Ntfy.sh – Send push notifications to your phone via PUT/POST

#116
post #3

Very nice. I use a telegram bot for doing this as telegram API also makes it a simple GET request to send such notifications to yourself (once you have created a bot). Also it's surprisingly hard to kill telegram for some reason so it's kinda robust. My stupid mi phone is quite aggresive in killing most background apps except whatsapp and telegram.

Same. I also use Telegram for this purpose, works incredibly well for this purpose.

Re: Ntfy.sh – Send push notifications to your phone via PUT/POST

#118
post #108

Earlier quoted context omitted.

I've used pushover for years as well. I wish they would charge me $5/y instead of a $5/lifetime. I've asked them to do that. I want this service to last. I set up Tasker on my phone such that when a specific low-priority (no visible/audible alert) message from pushover, containing only a hash key, is received it picks it up and does an HTTPS request to my self-hosted server to retrieve the actual notification text. I…

Pushover requires a monthly subscription for teams. I guess that’s what most of their revenue comes from anyway.

That is correct. Pushover has been around for 10 years now and I get most of its financial support from Team subscriptions.

https://blog.pushover.net/posts/2022/3/ten

Any individual users wanting to support Pushover are welcome to join as a personal Team with 1 member :)

Re: Ntfy.sh – Send push notifications to your phone via PUT/POST

#119
post #42

Earlier quoted context omitted.

I suspect the F-Droid version might have delays. There are various issues when avoiding Firebase. There is no way to fulfill all of these: - avoid Google servers - preserve battery - show timely notifications https://github.com/deltachat/deltachat-android/issues/82

This is incorrect (at least in my experience). Firebase/FCM is significantly slower in delivering messages than the non-Firebase version (WebSockets or JSON stream, longstanding connection). It was actually mindboggling to me how slow Firebase is in delivering messages (especially when the phone is in doze mode).

But what kind of battery impact do you get leaving a long-running connection open?

Re: Ntfy.sh – Send push notifications to your phone via PUT/POST

#120

Earlier quoted context omitted.

It's quite cheap to run. It's just one small EC2 instance, and it's usually idling around a load average of 0.1 (though right now it's at 1, hehe). It costs me about $24/month. The Apple developer license costs $100 per year, so it's ~$400/year. As of recently, that's entirely covered by donations. I am incredibly humbled by the sponsorships. I would have never thought ntfy would take off like that. I love open sourc…

You can probably cut down server cost by half. Have you tried with lower resources or have figured out a minimum requirement for the server? As an experiment I suggest - https://tinykvm.com/ - with FreeBSD or OpenBSD (Linux doesn't really do well with small amount of RAM).

Just gave the developer $50 so he doesn't need to reduce monthly costs. I like the service running well.
Post reply on HN