ntfy.sh | Push notifications to your phone or desktop via PUT/POST

binwiederhier@discuss.ntfy.sh to Open Source@lemmy.ml – 11 points –
ntfy.sh

Hey folks,

ntfy (pronounce: notify) is a simple HTTP-based pub-sub notification service. You can use it to send push notifications to your phone via HTTP PUT/POST.

You can use it like this (see the docs for dozens more features):

curl -d "Backup successful" ntfy.sh/mytopic

Feel free to ask anything about ntfy here or on the Discord/Matrix.

If you'd like to become a sponsor, I would be humbled to accept your donation via GitHub Sponsors or Liberapay πŸ’ΈπŸ’°.

9

You are viewing a single comment

This is pretty cool! I'm wondering if I could use it to replace my local mail server with it. Currently I use my local mail server for ZFS alerts and backup notices.

I used to use XMPP with a dedicated Google account, but when they discontinued XMPP support, ntfy was born. 😊 I tried some email tools for a while but that was never satisfactory..

There are so many things you can use it for, here are some examples: https://docs.ntfy.sh/examples/

It also integrates with everything under the sun since it's just HTTP: https://docs.ntfy.sh/integrations/

I have set it up, very happy with it! Wish I knew earlier