Merge branch 'meienberger:master' into master

This commit is contained in:
sclaren 2023-04-29 08:12:53 +02:00 committed by GitHub
commit 3f865555f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,12 +34,14 @@
"env_variable": "PAPERLESS_ADMIN_PASSWORD" "env_variable": "PAPERLESS_ADMIN_PASSWORD"
}, },
{ {
"label": "Enable Tika",
"type": "text", "type": "text",
"label": "Enable Tika (1 or 0)", "hint": "Do you want to enable a Tika server for parsing and converting 'Office' documents (such as '.doc', '.xlsx' and '.odt')",
"required": true, "required": true,
"min": 1, "options": [
"max": 1, { "label": "Yes", "value": "1" },
"hint": "1 = yes, 2= no", { "label": "No", "value": "2" }
],
"env_variable": "PAPERLESS_TIKA_ENABLED" "env_variable": "PAPERLESS_TIKA_ENABLED"
} }
] ]