BREAKING CHANGES!
To support more notification services apprise is now included in the docker container. To send notifications use an apprise url of choice.
New ENV:
-
APPRISE_URL=ntfys://{token}@{hostname}/{topics}
Check apprise for supported services (https://github.com/caronc/apprise?tab=readme-ov-file#supported-notifications) -
APPRISE_NOTIFY_LEVEL=warn
one of: debug info warn error
Removed ENV:
- NTFY_URL
- NTFY_TOPIC
- NTFY_TOKEN
- SEND_ON_SUCCESS
NEW api endpoint:
Send a test notification to the configured Apprise-URL:
curl http://localhost:8156/api/notify
--request POST