You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Sebastian Hugentobler 77b274973e
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details
allow key sharing
4 months ago
rootfs/etc allow key sharing 4 months ago
.gitignore initial commit 4 years ago
.woodpecker.yml Add '.woodpecker.yml' 5 months ago
Dockerfile push to 24b33845 4 months ago
README.md add relay bot token var 4 months ago

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