fix(shan/paperless): accept invalidation of signatures through OCR

This commit is contained in:
Nydragon 2024-10-14 02:59:39 +02:00
parent 05dfa7188f
commit 58d2640d42
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g

View file

@ -43,6 +43,9 @@
openPort = true; openPort = true;
settings = { settings = {
PAPERLESS_URL = "https://paperless.ccnlc.eu"; PAPERLESS_URL = "https://paperless.ccnlc.eu";
PAPERLESS_OCR_USER_ARGS = {
invalidate_digital_signatures = true;
};
}; };
}; };