docker-autoheal icon indicating copy to clipboard operation
docker-autoheal copied to clipboard

ENHANCEMENT - Notifications

Open tamimology opened this issue 2 years ago • 3 comments

If there can be a pushover (and any other notifier platform) included in case of an unhealthy docker

tamimology avatar Mar 07 '22 06:03 tamimology

PR available using Apprise

fracai avatar Mar 31 '22 19:03 fracai

How to add this? Env? I am not able to find it anywhere in autoheal

I know it should be pover://{user_key}@{token}, but how to pass it in the container?

tamimology avatar Jun 24 '22 14:06 tamimology

If you're referring to my PR, you'd create an environment variable that points to the Apprise URL:

APPRISE_URL=https://apprise.host/notify/autoheal_key

apprise.host is wherever your Apprise installation can be reached and autoheal_key is the key you've configured in the Apprise interface. You'd put the pover://... configuration in that key configuration.

fracai avatar Jun 24 '22 14:06 fracai