You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
844 B
29 lines
844 B
##
|
|
## Matrix Configuration Environment Variables (Tuwunel)
|
|
##
|
|
|
|
TUWUNEL_SERVER_NAME=example.com
|
|
TUWUNEL_PORT=6167
|
|
TUWUNEL_REGISTRATION_TOKEN=changeme
|
|
|
|
##
|
|
## First-run initialization (matrix-init)
|
|
## These variables are used once by matrix-init to create the admin user and
|
|
## discover the admin room. The generated credentials are stored in
|
|
## /var/lib/quadlets/matrix/tuwunel-backup.env (never edit that file manually).
|
|
##
|
|
|
|
# Username and password for the initial admin account.
|
|
MATRIX_INIT_ADMIN_USER=admin
|
|
MATRIX_INIT_ADMIN_PASSWORD=changeme
|
|
|
|
##
|
|
## Backup configuration
|
|
##
|
|
|
|
# Number of dated backup archives to keep on virtiofs (0 = keep all).
|
|
MATRIX_BACKUP_RETENTION=7
|
|
|
|
# NOTE: MATRIX_BACKUP_ACCESS_TOKEN and MATRIX_BACKUP_ROOM_ID are auto-generated
|
|
# by matrix-init into /var/lib/quadlets/matrix/tuwunel-backup.env. Do not set
|
|
# them here.
|
|
|