No video

Best Notification System for Home Servers with Apprise Push Alerts

  Рет қаралды 35,841

VirtualizationHowto

VirtualizationHowto

Күн бұрын

Пікірлер: 46
@ryanyoung7696
@ryanyoung7696 Жыл бұрын
Thanks for the mention! It's satisfying to know so many people find my little utility useful.
@VirtualizationHowto
@VirtualizationHowto Жыл бұрын
Ryan, Thank you for your comment! It is so awesome you saw the video. It is a great tool...thank you so much for your contribution to the community!
@bronze2gold
@bronze2gold Жыл бұрын
It looks like my previous comment got removed because I added a link to the showcase part of my GitHub page (Apprise). I appeared to have broke some terms and conditions by doing this (oops). The reason I did it was to show that added a link back to your KZfaq video here (I hope you don't mind). Just a recap; I'm the developer of Apprise ;). Anyway, I'll just thank you again for your kind sharing of my library through this great video. Keep up your awesome work!
@VirtualizationHowto
@VirtualizationHowto Жыл бұрын
l2g, no worries and certainly don't mind on the link! Thanks again. I also added links to the projects in the description as well. Meant to do that!
@OmarDownie
@OmarDownie Жыл бұрын
Fantastic!!! This is exactly what I have been looking for. Your post has been timely and thorough. Thanks Brandon!
@VirtualizationHowto
@VirtualizationHowto Жыл бұрын
Omar, that is awesome! So glad it came at the right time. It was a timely find for me as well as email is no longer my preferred communication platform.
@OmarDownie
@OmarDownie Жыл бұрын
@@VirtualizationHowto I'll be switching over to Mailrise this weekend. Thanks again, the rest of your content is also quite helpful. Keep up the good work!
@bobendicott2877
@bobendicott2877 Жыл бұрын
This is awesome, I was looking to replace postfix in my lab and this will work perfectly. I decided to use docker and got it working.
@VirtualizationHowto
@VirtualizationHowto Жыл бұрын
Bob, that is awesome! I have switched everything in my lab to this as well and haven't looked back since. No more email issues with public SMTP, etc. Thank you for the comment!
@bobendicott2877
@bobendicott2877 Жыл бұрын
@@VirtualizationHowto Just curious did you get this working with vCenter as I can get emails to send.
@SyberPrepper
@SyberPrepper Жыл бұрын
This is something I should be able to use in a few weeks when I get my home lab reconfigured. I've never heard of this solution so your video is very much appreciated.
@AhrenBaderJarvis
@AhrenBaderJarvis Жыл бұрын
Thank you so much for highlighting this, and for the great content as always, Brandon! This is incredible and what I didn't even know I was needing. Such a great solution.
@VirtualizationHowto
@VirtualizationHowto Жыл бұрын
Ahren, thanks so much for your kind words! So glad it is helpful and happy labbing!
@Practical-IT
@Practical-IT 4 ай бұрын
Thanks Brandon. I've started looking into these services after seeing them among the exhaustive list of supported services in Uptime Kuma. This was very helpful.
@NonyaDamnbusiness
@NonyaDamnbusiness Жыл бұрын
I use Proton Mail so I just built a tiny Protonmail gateway VM and use that for all my email alerts. Not only is it fast, but since it's Proton and sending to my Proton email account it's all encrypted.
@SyberPrepper
@SyberPrepper Жыл бұрын
This sounds like an interesting solution too.
@JohnFryerInvisiblade
@JohnFryerInvisiblade Жыл бұрын
Thank you for this! I've been semi-noodling on what to do with an old NAS that only has smtp messaging, and the gmail connection broke cause TLS v1.0. This hit my YT feed just in time!!
@VirtualizationHowto
@VirtualizationHowto Жыл бұрын
John, that is awesome to hear! Glad this was helpful!
@DavidC-rt3or
@DavidC-rt3or Жыл бұрын
Thank you! Testing out mailrise configured to send to MQTT for a device that can only send SMTP. So far, have a subscriber setup to take in the message and reformat it to then check to see if the alerting is snoozed or not (configured using a Redis key and TTL) and if it's not, then publish to two topics. One of the topics is for alerting and the other is for logging., if it is snoozed it's only published to the logging topic.
@VirtualizationHowto
@VirtualizationHowto Жыл бұрын
David, that is awesome!
@DavidC-rt3or
@DavidC-rt3or 7 ай бұрын
@@VirtualizationHowto Thanks! extending now to start taking in Proxmox notifications. Started with successful backup notification to mqtt and the subscriber parse and log it into a MySQL db (email then dropped). Just not sure what other notifications may look like yet in order to parse.
@omargayle6634
@omargayle6634 11 ай бұрын
This is just great content!!!
@VirtualizationHowto
@VirtualizationHowto 11 ай бұрын
@omargayle6634 thank you!
@squalazzo
@squalazzo Жыл бұрын
i think that important services need redundancy... so i'll use this, sure, BUT add other services in parallel, completely unrelated to this (EVERYTHING goes down, sooner or later...), on a different device, to push out same notifications but in different ways, for example a telegram bot...
@paul_M007
@paul_M007 Жыл бұрын
Great video!. Is it possible to make a video setting up WhatsApp notification using the latest appraise revision. appraise added WhatsApp support but my old brain can't wrap around how to set it up. thx
@amigahome
@amigahome 3 ай бұрын
Installing a python package globally/outside a virtual environment is not recommended.
@Pakterius14
@Pakterius14 6 ай бұрын
This is a good tutorial and it works with Telegram and Discord but only if i send mails directly to the IP and Port of the Server with PowerShell or Telnet If i use Proxmox or Truenas the Domainname get a resolution to a public IP Adress kinda dumb but i tried manually set the resolution to my Mailrise VM but it still does not work it always sends them to the Public IP of that Domainname that goes to the Github page (and yes i flushed my dns cache) How did you solve that problem?
@sradhakrishna
@sradhakrishna 7 ай бұрын
Would I be able to run mailrise on a raspberry pi, specifically the v1.2 version which has 1GB Ram?
@VirtualizationHowto
@VirtualizationHowto 7 ай бұрын
@sradhakrishna I believe it will run on ARM, but will need to take a look. Thank you for your comment!
@sradhakrishna
@sradhakrishna 7 ай бұрын
@@VirtualizationHowto I actually went ahead and used the docker version. Seems to run fine. I have pushover working, but can't get telegram working. Got to see what's going wrong. Wonder how it'll perform under load, but works for my workloads. Must say, I am loving it. Imagine a dedicated, old raspberry pi server, running for ever, and sending out notifications. In my case, it's now a core service in my lab!
@ArielLothlorien
@ArielLothlorien Жыл бұрын
It would be awesome if I could selfhost the whole thing cause I am a spook and have trust issues!
@VirtualizationHowto
@VirtualizationHowto Жыл бұрын
Eforen thank you for the comment! The cool thing about Mailrise/Apprise is that you could target a self-hosted messaging service. I am just showcasing using Pushover for alerting, but there are many other options you could also self host.
@ArielLothlorien
@ArielLothlorien Жыл бұрын
@@VirtualizationHowto do you mean to say apprise itself is not a cloud service just an API service you run somewhere in your own infra??
@djvincon
@djvincon Жыл бұрын
When I install pip, and then try to install mailrise with 'pip install mailrise' i get the message: error: externally-managed-environment. Any tips?
@josemercado1674
@josemercado1674 Жыл бұрын
My dude. Love you but this vid is incomplete. Anyway you can put out a more detailed setup after we touch those files? seems from that point on you're doing things I can't replicate. And to be honest a majority of those that are watching these videos need step by steps including me. I need more help. Thanks always.
@c0p0n
@c0p0n Жыл бұрын
The best notification system I've found hands down is telegram.
@VirtualizationHowto
@VirtualizationHowto Жыл бұрын
c0p0n thank you for the comment! Telegram is awesome. Good thing too mailrise/apprise will push to telegram as well. So you can telegram-enable SMTP only notifications :)
@ONWOTE
@ONWOTE Жыл бұрын
Hello VirtualizationHowto, any chance for us to work together to feature and review our security camera system? Sincerely hope can reach cooperation with you!
@MarkConstable
@MarkConstable 4 ай бұрын
Heh, I prefer notifications via email.
@5amba
@5amba Жыл бұрын
I can build you a custom iOS App for that, if you like ;)
@MrNoBSgiven
@MrNoBSgiven Жыл бұрын
Any support place for mailrise? I followed your steps and... mailrise barfs at me 😜😜. I checked the pushover configuration, was able to use arise command (works like a charm), but sending email.message to my mailrise host... no sugar, no love. The journalctl gives "WARNING:mailrise.skeleton:Unknown recipient:" error. Any suggestions?
@VirtualizationHowto
@VirtualizationHowto Жыл бұрын
B S thank you for the comment! I would check all your config files. Make sure you don't have a typo somewhere in your pushover config in mailrise so that it knows how to match up the recipient address to the pushover push. It sounds like your traffic is getting to your mailrise server which is a good thing...so I would give your configs a good check once again.
@MrNoBSgiven
@MrNoBSgiven Жыл бұрын
@@VirtualizationHowto INDEED. I was losing my mind and ....hair. I even opened question with the developer and ONLY THEN I decided to "retype" all spaces in the mailrise.conf file. AND... miracle happened (and I do not mean "Miracle" from the movie "The history of the world - part I") . I fixed it just a few minutes ago. Thank you for suggestion. I ALMOST blamed YOU for this 😜🤣😁. I recreated 4 Proxmox LXC containers, two dockers and all were failing. 🤦‍♂ Thank you for this video.
Best Virtual Machine Creation tool to create and run Linux VMs like containers
16:28
how did I NOT know about this?
23:06
NetworkChuck
Рет қаралды 912 М.
طردت النملة من المنزل😡 ماذا فعل؟🥲
00:25
Cool Tool SHORTS Arabic
Рет қаралды 25 МЛН
АЗАРТНИК 4 |СЕЗОН 1 Серия
40:47
Inter Production
Рет қаралды 557 М.
ISSEI & yellow girl 💛
00:33
ISSEI / いっせい
Рет қаралды 25 МЛН
You want a real DNS Server at home? (bind9 + docker)
32:31
Christian Lempa
Рет қаралды 254 М.
Keep Hackers Out with Crowdsec Now!
20:54
Jim's Garage
Рет қаралды 18 М.
GOTIFY eigener Benachrichtigungsserver - Notification Server - Docker How To
15:25
The Free and Open Source Software I Use in 2024 - Part 1
28:31
Awesome Open Source
Рет қаралды 236 М.
Best Server & Application Monitor for free with Checkmk
13:53
VirtualizationHowto
Рет қаралды 168 М.
My SECRET Server Room Project
16:31
NetworkChuck
Рет қаралды 477 М.
How To Setup A Notification System For Labs And Home Networks
16:02
Tech Tutorials - David McKone
Рет қаралды 3,8 М.
What's On My Smart HomeLab Server?
15:41
Everything Smart Home
Рет қаралды 304 М.