Skip to content

Instantly share code, notes, and snippets.

@scfcode
Created January 9, 2023 03:15
Show Gist options
  • Save scfcode/4cb90199e0a5c816a22872851f51afe4 to your computer and use it in GitHub Desktop.
Save scfcode/4cb90199e0a5c816a22872851f51afe4 to your computer and use it in GitHub Desktop.
Mailrise setup

Best Notification System for Home Servers with Apprise Push Alerts

https://www.youtube.com/watch?v=Cj7A46NuACA

https://github.com/YoRyan/mailrise

As root, add a /etc/mailrise.conf file, this file can start with a pushover config example

$ cat /etc/mailrise.conf
configs:
pushover:
urls:
- pover://[...]# Config

$ docker run -d=true --mount type=bind,source=/etc/mailrise.conf,target=/etc/mailrise.conf yoryan/mailrise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment