Wave-Ninja
Wave-Ninja
It doesnt work with discord as its written for slack and they are slightly different.. See the PRs for ones that do. I use the Apprise one to send to...
https://github.com/willfarrell/docker-autoheal/pull/74 - Apprise notifications https://github.com/willfarrell/docker-autoheal/pull/79 - Make the webhook universal to allow it to work with discord. You need to fork the repo, merge the PR (pull request), build the...
https://hub.docker.com/r/rxwatcher/autoheal is one with the Apprise notifications in it. You add an additional environment variable: ``` APPRISE_URL: https://apprise.domain.com/notify/apprise?tag=my_tag```
I run a apprise api server with a common config that is loaded with all of my possible communications needs. In it are several discord webhooks that are tagged. My...