Hacker News new | ask | show | jobs
by fenceFoil 2255 days ago
One similar self-hosted solution is https://gotify.net/ , which also has Android and web apps and a similarly simple way to push messages using curl/http.
1 comments

This looks great, but this is similarly not encrypted, right? Google/Apple will be able to read all my notifications, no?

The only way I've found to do encrypted notifications is using Signal and signald, through a library I wrote:

https://gitlab.com/stavros/pysignald

signald isn't as reliable as I'd like, but it works well enough. Still, if there were a simpler alternative, I'd switch.