A Komodo Alerter for Gotify
Create a new container or stack with:
GOTIFY_URLGOTIFY_APP_TOKEN
services:
komodo-gotify:
image: foxxmd/komodo-gotify-alerter:latest
environment:
- GOTIFY_URL=${GOTIFY_URL}
- GOTIFY_APP_TOKEN=${GOTIFY_APP_TOKEN}
ports:
- "7000:7000"
Then, create a new Alerter of type Custom and point it to the IP of the started service:
[[alerter]]
name = "gotify"
[alerter.config]
enabled = true
endpoint.type = "Custom"
endpoint.params.url = "http://192.168.YOUR.IP:7000"
Content type
Image
Digest
sha256:a9d194a61…
Size
77.1 MB
Last updated
over 1 year ago
docker pull foxxmd/komodo-gotify-alerter