matrix-bridge-telegram/README.md

41 lines
810 B
Markdown
Raw Permalink Normal View History

2018-11-28 13:34:46 +00:00
[telegram bridge](https://github.com/tulir/mautrix-telegram) for the [matrix](http://matrix.org/) 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.
2022-09-06 12:41:32 +00:00
## BOT_TOKEN
- default: disabled
Token for the relay bot.
2018-11-28 13:34:46 +00:00
# Ports
- 8080