paperless: use short admin user name

This commit is contained in:
teutat3s 2025-04-17 01:22:39 +02:00
parent bf0575fd86
commit a0c32fc1e7
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -63,7 +63,7 @@ in
address = "127.0.0.1";
passwordFile = config.momo-cloud.paperless.superuserPasswordFile;
settings = {
PAPERLESS_ADMIN_USER = "admin@account.${config.momo-cloud.networking.domain}";
PAPERLESS_ADMIN_USER = "admin";
PAPERLESS_OCR_LANGUAGE = "deu+eng";
PAPERLESS_OCR_USER_ARGS = ''{"invalidate_digital_signatures": true}'';
PAPERLESS_URL = "https://paperless.${config.momo-cloud.networking.domain}";