fuuko/paperless: Allow invalidating signatures

This commit is contained in:
Simon Bruder 2024-09-22 19:02:28 +02:00
parent 0cbdc22d4e
commit 1f7885ebd8
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -24,6 +24,9 @@
PAPERLESS_TIME_ZONE = "Europe/Berlin";
PAPERLESS_FILENAME_FORMAT = "{correspondent}/{document_type}/{created}_{title}_{doc_pk}";
PAPERLESS_CONSUMER_RECURSIVE = true;
PAPERLESS_OCR_USER_ARGS = builtins.toJSON {
invalidate_digital_signatures = true;
};
};
};