Skip to content

ControlNet/gotify-matrix-bridge

Repository files navigation

Gotify-Matrix Bridge

Bridge bot that forwards Gotify notifications to Matrix rooms. Compared with Ondolin/gotify-matrix-bot, it supports multi-stream routing (map app IDs to one or many rooms), optional per-stream templates, and optional end-to-end encryption.

Quick start

Docker

docker run -d -v <data-path>:/data --name gotify-matrix-bridge controlnet/gotify-matrix-bridge   # first run writes /data/config.yaml then exits

You may need docker restart gotify-matrix-bridge to apply changes of the config file.

Native

cargo build --release
cp example.config.yaml config.yaml   # fill Gotify URL/token, Matrix creds, rooms, streams
cargo run --release -- -c config.yaml

Config

See example.config.yaml for a full sample.

Notes: Currently still not in production.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published