Notifications from the server?
from Postmortal_Pop@lemmy.world to selfhosted@lemmy.world on 15 Apr 11:11
https://lemmy.world/post/45641938

Hey gang, recently rebuilt my home server using docker and portainer and I’ve been having a blast curating the different things on it. Homehub has the spouse absolutely stoked and she asked if I could get it to send notifications. I honestly have no Idea so I thought I’d ask here.

Is there a reliable way to send notifications from a home server to smart phones? I’m already set up for remote access, but I’m still new enough that I don’t even know how to look for that.

#selfhosted

threaded - newest

thelittleblackbird@lemmy.world on 15 Apr 11:17 next collapse

Here you have: https://ntfy.sh/

And because it is you you launch the connection is pretty secure… Assuming telegram servers are not compromised…

Postmortal_Pop@lemmy.world on 15 Apr 13:11 collapse

This is looking to be my best option, it looks like I can send text notifications through email to sms and I like that

irmadlad@lemmy.world on 15 Apr 11:20 next collapse

  • SimplePush (Home Assistant)
  • nfty.sh
  • Uptime Kuma
  • Gotify

There are plenty of others. Those just come to mind

Postmortal_Pop@lemmy.world on 15 Apr 13:09 collapse

What sets SimplePush and Kuma apart from the others?

irmadlad@lemmy.world on 15 Apr 14:03 collapse

SimplePush and Kuma

  • SimplePush is propitiatory whereas Kuma is opensource
  • SimplePush scales as a service whereas Kuma scales as infra
  • SimplePush has limited customization whereas Kuma has a swath of customization possibilities
  • SimplePush is a subscription whereas Kuma is free
fleem@piefed.zeromedia.vip on 15 Apr 11:34 next collapse

i really like my ntfy dot sh server at the house!

i got scared with the huge AI commit for postgres and i locked my install at the version just before, but it appears to still be doing okay

EarMaster@lemmy.world on 17 Apr 01:45 collapse

Why would it break? There are tools out there that haven’t seen updates in decades and they still work mostly the same as they did when they were released.

mhzawadi@lemmy.horwood.cloud on 15 Apr 11:45 next collapse

The most reliable notification service I have used is pushover, I know it’s not self host. But ROCK sold and for a £5 life time payment and with 10,000 messages per month that’s amazing

dan@upvote.au on 15 Apr 12:21 next collapse

I like Pushover too. I’ve been using it for over 10 years now.

Buck@jlai.lu on 15 Apr 12:32 collapse

Yup, Pushover has been great for me.

yodeljunkmanenvy@piefed.social on 15 Apr 11:56 next collapse

+1 Gotify. I have been using it for years with no issues.

https://gotify.net/

Postmortal_Pop@lemmy.world on 15 Apr 13:10 collapse

What set’s Gotify apart from ntfy?

yodeljunkmanenvy@piefed.social on 15 Apr 13:23 collapse

It’s written in Go. Very fast and lightweight. Go + ntfy = Gotify

frongt@lemmy.zip on 15 Apr 12:22 next collapse

Notifications for what? Through what channel? I have email alerts for updates and disk errors, but I’m guessing your spouse doesn’t want those.

Postmortal_Pop@lemmy.world on 15 Apr 12:57 collapse

Ideally for things like upcoming calendar events or notes on Homehub, maybe spec updates or added media, though jellyfin already gives us updates on that. Really just a reliable software that will send us a text or notification popup on our phones that I can connect other software to.

superglue@lemmy.dbzer0.com on 15 Apr 12:30 next collapse

I use ntfy, they had some recent controversy over some AI commits, but, for me, if it works I’m fine with it. Havent noticed a difference. Mine is also not exposed to the outside world.

solrize@lemmy.ml on 15 Apr 13:34 next collapse

Unified Push if you want to use the internet, though for important stuff I prefer to use SMS texts. For that you need a gateway. I’m still on vitelity.net and it’s ok, but I’d look at alternatives if I were doing it again. Twilio has lately gotten all weird though.

vegetaaaaaaa@lemmy.world on 20 Apr 12:15 collapse

Email

Most applications/services offer mail as notification channel. Even old school unix utilities such as cron support sending mail (through the system MTA). I use msmtp. Then configure K-9 mail or any decent mail client on your phone, setup filters so that mail from your services ends up in a high priority folder in your mailbox with notifications enabled.

I want to be able to receive notifications both on mobile and desktop, this is the only reasonable option I found and have been running with it for > 10 years.