Sign inSign up

foxxmd/komodo-gotify-alerter

By foxxmd

Updated over 1 year ago

Image
0

100K+

foxxmd/komodo-gotify-alerter repository overview

A Komodo Alerter for Gotify

Usage

Create a new container or stack with:

  • Gotify URL as env GOTIFY_URL
  • Gotify App Token as env GOTIFY_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"

Tag summary

Content type

Image

Digest

sha256:a9d194a61

Size

77.1 MB

Last updated

over 1 year ago

docker pull foxxmd/komodo-gotify-alerter