Browse Source

minor fixes

main
Nicolas Massé 1 month ago
parent
commit
9244abde43
  1. 3
      cookbooks/matrix/Makefile
  2. 4
      cookbooks/matrix/config/examples/tuwunel.env

3
cookbooks/matrix/Makefile

@ -10,3 +10,6 @@ PROJECT_GID = 10000
# Include common Makefile
include ../../scripts/common.mk
$(TARGET_CHROOT)/etc/quadlets/matrix/tuwunel $(TARGET_CHROOT)/etc/quadlets/matrix/element-web:
install -d -m 0700 -o $(PROJECT_UID) -g $(PROJECT_GID) -D $@

4
cookbooks/matrix/config/examples/tuwunel.env

@ -10,7 +10,7 @@ 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).
## /var/lib/virtiofs/data/matrix/tuwunel-backup.env (never edit that file manually).
##
# Username and password for the initial admin account.
@ -25,5 +25,5 @@ MATRIX_INIT_ADMIN_PASSWORD=changeme
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
# by matrix-init into /var/lib/virtiofs/data/matrix/tuwunel-backup.env. Do not set
# them here.

Loading…
Cancel
Save