feat: adds owner to nextcloud admin password file

This commit is contained in:
Ahwx 2026-06-04 03:59:42 +02:00
parent 8deb1b122a
commit 818cb4498e

View file

@ -42,7 +42,9 @@
"forgejoWorkerSecret" = { }; "forgejoWorkerSecret" = { };
"minioRootCredentials" = { }; "minioRootCredentials" = { };
"atticdEnvironment" = { }; "atticdEnvironment" = { };
"nextcloudPassword" = { }; "nextcloudPassword" = {
owner = "nextcloud";
};
"gluetunEnvironment" = { }; "gluetunEnvironment" = { };
"matrixRegistrationSecret" = { "matrixRegistrationSecret" = {
owner = "matrix-synapse"; owner = "matrix-synapse";