2026-02-12 17:46:54 -08:00
|
|
|
TYPE=tuwunel
|
|
|
|
|
DOMAIN=tuwunel.example.com
|
|
|
|
|
LETS_ENCRYPT_ENV=production
|
|
|
|
|
COMPOSE_FILE="compose.yml"
|
|
|
|
|
|
2026-02-17 23:12:31 -08:00
|
|
|
## The name of the matrix server, but not neccessarily the domain name it will
|
|
|
|
|
## be accessed at. $SERVER_NAME will go in databases, including other servers'
|
|
|
|
|
## databases if you federate, so this is harder to change compared to a DNS
|
|
|
|
|
## record. Concretely,
|
|
|
|
|
## - users created on this matrix server will be known as "@user:$SERVER_NAME"
|
|
|
|
|
## - traefik will forward requests made to $DOMAIN or to $SERVER_NAME/_matrix
|
|
|
|
|
## to tuwunel.
|
|
|
|
|
SERVER_NAME=example.com
|
2026-02-12 17:46:54 -08:00
|
|
|
|
|
|
|
|
## Federation
|
|
|
|
|
ALLOW_FEDERATION=true
|
2026-02-17 23:12:31 -08:00
|
|
|
TRUSTED_SERVERS=["matrix.org"]
|
2026-02-12 17:46:54 -08:00
|
|
|
|
|
|
|
|
## Registration
|
|
|
|
|
ALLOW_REGISTRATION=true
|
2026-02-17 23:12:31 -08:00
|
|
|
SECRET_REG_TOKEN_VERSION=v1
|