Server notification system
Server notification system
Hey all, For context, I am self-hosting a lot of different applications on a headless server and some of them are just scripts scraping content or doing automatic tasks.
I've been wondering for some time about how I should handle errors and how to be notified when they happen.
Currently, I need to connect to the server and read my logs to know that something has gone wrong. But I would like to get near instant notifications on my phone or computer.
I know I could send emails, try to use signal-cli or other messaging services but some of you might have better ideas.
Should I use one of these or is there some great technology I have never heard of?
Use ntfy.sh. It's open source and has a free server.
Disclaimer: I made it ;-)
This looks brilliant! I love how simple the sending API is.
It had occurred to me that I could do something like this, but I'm happy you did all the hard work for me (especially the always-on feature of the Android app).
Wow really nice project! Do you work on this full time?
Thanks. I don't work on it full time, no. It's a side gig project I've been doing for a year and a half. I recently added paid plans to get a little side income, but it's not really taken off. Likely because the free tier is too generous hehe.
Oh great ! I will look into it, it seems very cool.