-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Description
With version 4 I implemented Apprise support.
Apprise is a system for sending notifications to any of the many services that it supports.
It can be run as a Docker container.
Considerations:
- I cannot maintain all the notification integrations that people would want.
- With this change we get an enormous amount of supported notification integrations at once.
- The notification integrations are well documented.
- The downside is the extra complexity cost for the user.
I need help to test this and possibly improve some things.
Please try to use it with the some notification services that you have / like, and report your findings.
Documentation is still missing, we can add that later when we know that things are working properly.
Example config:
"apprise": {
"enabled": true,
"host": "apprise:8080",
"services": [
{
"url": "mqtt://mosquitto:[email protected]:1883/apprise-test",
"format": "text"
}
]
}docker-compose.yaml:
version: "3"
services:
toogoodtogo-watcher:
image: marklagendijk/toogoodtogo-watcher
restart: unless-stopped
environment:
- TZ=Europe/Amsterdam
volumes:
- ./toogoodtogo-watcher:/home/node/.config/toogoodtogo-watcher-nodejs
apprise:
image: caronc/apprise:latestvisvaya
Metadata
Metadata
Assignees
Labels
No labels