Skip to content

Version 4: Apprise for notifications - feedback wanted! #215

@marklagendijk

Description

@marklagendijk

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:

  1. I cannot maintain all the notification integrations that people would want.
  2. With this change we get an enormous amount of supported notification integrations at once.
  3. The notification integrations are well documented.
  4. 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:latest

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions