Go to file
2020-12-10 09:16:55 +01:00
rootfs/etc listen on port 8080 2020-07-25 17:08:18 +02:00
.editorconfig initial commit 2018-11-28 14:34:46 +01:00
.gitignore initial commit 2018-11-28 14:34:46 +01:00
.gitlab-ci.yml remove dind service 2019-09-24 09:32:03 +00:00
Dockerfile push to v0.9.0 2020-12-10 09:16:55 +01:00
README.md initial commit 2018-11-28 14:34:46 +01:00

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.

Ports

  • 8080