# SelfHosting community, how do you get notifications about your projects?
#SelfHosting community, how do you get notifications about your projects?
I'm setting up a couple of #BASH #Scripts to back things up and notify me about events on my #RaspberryPi, but I've hit some roadblocks. Here's my situation:
- I know #email is one option, but I'm not set up for it yet. My domain is on porkbun.com, but its nameservers point to vultr.com, where my #WordPress site is hosted. The Vultr server is managed by a friend, so I don't have access to add #DNSRecords for platforms like #Brevo. I've asked him to add the records but am waiting on that.
- I've been using a #Discord webhook, but I've run into issues with rate limiting when scripts send too many messages. Long messages also cause errors.
Now, I'm exploring other ways to send notifications. Does anyone have suggestions for reliable methods or tools that work well in self-hosted setups?
#Linux #Tech #Technology #BASHScripts #SelfHosted #Notifications
@selfhost @selfhosted @linux @selfhosting
Jemmy
ntfy.sh is an option
@RareBird15 @selfhost @selfhosted @linux @selfhosting I've used pushover for years with success at self hosted notifications. I've never tried to add anything as large as a log though. pushover.net/
me too, pushover for the win
@remakingeden @selfhost @selfhosted @linux @selfhosting Yeah I don't want to add a whole log, just alerts that backups were done successfully or if something goes down, or a daily summary of how my system is doing. I'll look into Pushover.
this is a command I use to get the local weather
For a library that supports just bout every service apprise.
For notificatuons and unified push, ntfy.
I have my family (for chat), security cameras (for motion detection), and server notifications on my own xmpp server (
Prosody). Private and works for me.Lots of good libraries for programming bots with updates. Can upload images or videos to the chat.
@RareBird15 @selfhost @selfhosted @linux @selfhosting
What specifically do you mean by "notifications about your projects"? Do you mean learning about latest releases by FOSS projects you're interested in? (I like RSS for this) Or are you talking about notifications such as UnifiedPush? Or something else?
@RareBird15
@selfhost @selfhosted @linux@a.gup.pe @selfhosting
Unfortunately I don't use it, so I can't speak to whether it works, but I think the architecturally-sound way to standardize notifications (scalable, multi-user, open-standard, decentralized, etc.) is to use the "Unified Push" app for Nextcloud. This is under current development and maintenance: apps.nextcloud.com/apps/uppush
See also unifiedpush.org
@RareBird15@caneandable.social @selfhost@lemmy.ml @selfhosted@lemmy.world @linux@a.gup.pe @selfhosting@a.gup.pe
"https://schraepler.de/notes/a2hx96a8ycki0rbz
See https://rss-parrot.net/
@RareBird15 @selfhost @selfhosted @linux @selfhosting I'm using webhooks to a private slack at the moment - easy to write, I'm running the desktop/mobile app already, gives me notifications and history, different channels for different alert levels etc. Haven't gone near rate limiting rates though.