Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit f9f1bc2df477acb112afc5e3f924905b89451e23 Author: Matthias Kesler <krombel@krombel.de> Date: Wed Dec 17 19:08:42 2025 +0000 update docs and add changelog entry diff --git a/changelog.md b/changelog.md index 54f2264..7e91aec 100644 --- a/changelog.md +++ b/changelog.md @@ -236 +237 @@   - matterbridge output now colors log level for easier log reading ([#25](https://github.com/matterbridge-org/matterbridge/pull/25))   - new HTTP helpers are common to all bridges, and allow overriding specific settings ([#59](https://github.com/matterbridge-org/matterbridge/pull/59))   - matterbridge is now built with whatsappmulti backend enabled by default + - Docker images are now automatically built and published to `ghcr.io/matterbridge-org/matterbridge` ([#86](https://github.com/matterbridge-org/matterbridge/pull/86))  - mastodon   - Add new Mastodon bridge ([#14](https://github.com/matterbridge-org/matterbridge/pull/14)/[#16](https://github.com/matterbridge-org/matterbridge/pull/16), thanks @lil5)   - Supports public messages and private messages diff --git a/docs/running.md b/docs/running.md index 8b62d8f..4e48c45 100644 --- a/docs/running.md +++ b/docs/running.md @@ -247 +247 @@ From the directory where you have your configuration `matterbridge.toml`, create  version: '3.7'  services:   matterbridge: - image: 42wim/matterbridge:stable + image: ghcr.io/matterbridge-org/matterbridge:latest restart: unless-stopped volumes: - ./matterbridge.toml:/etc/matterbridge/matterbridge.toml:ro