

Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- I don't get the advantage over ntfy?by cvladan
- Not much difference. Only thing I can think of is ntfy does not have web push, it requires you to install android app or ios app to receive push notifications. For web it requires you to keep to tab open to receive the push notification.by vasanthv
- you can use CF function to FCM and get all notification direct to your phone, all for free
- So Pushover... but free?
How do they plan to keep it free? Ads?
by sparrish - So like ntfy.sh?by drdexebtjl
- I am the maker of this service. The idea is to stay lean so that I can offer it free.by vasanthv
- The naming is... interesting. If the CI/CD pipeline fails, you get a pushie.
Jokes aside, the tool looks very convenient. I have the CI/CD use case in mind. Having a GH actions template would be nice.
Have you considered publishing the code? Some people will certainly be reluctant to use the platform without seeing what it actually does with their logs, which may contain sensitive data.
by dgarciaf18 - I have not yet published the code. But will do that soon as it needs to be cleaned up a bit.by vasanthv
- I solved this by writing a trivial Node http server Telegram bot that accepts messages on root endpoint and sends them as bot messages. 100LOC.
Of course the difference is that it's not SaaS and you have to host it somewhere.
by ivanjermakov - One confirmation and one suggestion...
Confirming: The Privacy Policy details that all notification data is deleted within 24 hours... Does this include any additional logging or analytics data?
Suggestion: I like the "Where can I use this?" section. I would suggest adding a couple of practical examples around the already provided list of ideas.
by timothydl - Thanks for the suggestion, will add more detail to the "Where can I use this?" section. Also, the additional logging does not log the messages, the log data gets cleared in 7 days. Either way I will add the details in the privacy policy.by vasanthv