Go to file
Sebastian Hugentobler 465e258968
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 3h12m51s Details
ipv6 is not well supported so far
2024-04-22 21:52:24 +02:00
.gitea/workflows push to 0.15.1 2024-01-02 11:56:36 +01:00
rootfs/etc ipv6 is not well supported so far 2024-04-22 21:52:24 +02:00
.gitignore initial commit 2018-11-28 14:34:46 +01:00
Containerfile ipv6 is not well supported so far 2024-04-22 21:52:24 +02:00
README.md add relay bot token var 2022-11-18 09:40:29 +01:00

README.md

telegram bridge for the matrix network.

Volumes

  • /var/lib/matrix-bridge/data

Environment Variables

SERVER_DOMAIN

Domain of the synapse server.

SERVER_URL

Full url to the synapse server.

SERVER_URL_PUBLIC

The base URL where the public-facing endpoints are available.

AS_TOKEN

Appservice token (from the generated registration)

HS_TOKEN

Homeserver token (from the generated registration)

DATABASE_DATASOURCE

Datasource url for sqlalchemy (sqlite and postgre are tested).

API_ID

Telegram API id (https://my.telegram.org/apps).

API_HASH

Telegram API hash (https://my.telegram.org/apps).

ADMIN_USER

Matrix id of the admin user.

BOT_TOKEN

  • default: disabled

Token for the relay bot.

Ports

  • 8080