2
ntfy is a great tool. What do you use it for?
(alien.top)
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
For Example
We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.
Useful Lists
Ntfy...
I'm hosting some services on my pi at home. Sometimes the internet is down or power fails...
To get notifications I have a GitHub action to check if my server is reachable. If not -> ntfy.io -> mobile app
You mind sharing your set up? I'm trying to do the same but think I'm doing it badly.
https://pastecode.dev/s/cEZAojxbuu
Watch out for line 27!
Placed this in an empty GitHub repo in .github/worflows/main.yml
Checked if workflow are active.
Works for me