From 9244abde43ad7eb57622737ed3a9daa932f210a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Mon, 29 Jun 2026 18:18:18 +0000 Subject: [PATCH] minor fixes --- cookbooks/matrix/Makefile | 3 +++ cookbooks/matrix/config/examples/tuwunel.env | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cookbooks/matrix/Makefile b/cookbooks/matrix/Makefile index 2b5b417..bc71946 100644 --- a/cookbooks/matrix/Makefile +++ b/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 $@ diff --git a/cookbooks/matrix/config/examples/tuwunel.env b/cookbooks/matrix/config/examples/tuwunel.env index 40097cb..074523c 100644 --- a/cookbooks/matrix/config/examples/tuwunel.env +++ b/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.