File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,16 +32,16 @@ HEALTHCHECKS_URL="https://hc-ping.com/"
3232# It supersedes "Hook Notification", which will be
3333# eventually dismissed in the future.
3434# Set APPRISE to 1 to enable, 0 to disable.
35+ APPRISE=0
3536# Set APPRISE_URL according to the service you want to invoke.
36- # Set APPRISE_ATTACH to get the report attached to the notification if a
37- # warning is issued. Not all services support this option.
3837# Apprise documentation and URL examples can be found here:
3938# https://github.com/caronc/apprise
4039# You can use multiple Apprise URLS separated by spaces.
4140# Example with Discord and Telegram:
4241# APPRISE_URL=("discord://<your-webook-url>" "tgram://<your-bot-token-here>/<your-chat-id-here>")
43- APPRISE=0
4442APPRISE_URL=()
43+ # Set APPRISE_ATTACH to get the report attached to the notification if a
44+ # warning is issued. Not all services support this option.
4545APPRISE_ATTACH=0
4646# Set to 1 to suppress Apprise notifications on successful runs.
4747# Warnings and errors will still be notified. Useful to reduce noise
You can’t perform that action at this time.
0 commit comments