Kasra Bigdeli 2024-01-01 19:17:59 -08:00 committed by GitHub
parent 64feae1b43
commit d344654101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -27,7 +27,7 @@ services:
PAPERLESS_ADMIN_USER: $$cap_admin_user
PAPERLESS_ADMIN_PASSWORD: $$cap_admin_password
PAPERLESS_ADMIN_MAIL: $$cap_admin_email
PAPERLESS_COOKIE_PREFIX: $$cap_cookie_prefix
PAPERLESS_COOKIE_PREFIX: $$cap_appname
# OCR settings (https://paperless-ng.readthedocs.io/en/latest/configuration.html#ocr-settings)
PAPERLESS_OCR_LANGUAGE: $$cap_ocr_language
PAPERLESS_OCR_MODE: $$cap_ocr_mode
@ -181,11 +181,6 @@ caproverOneClickApp:
defaultValue: root@localhost
validRegex: /^([^\s^\/])+$/
- id: $$cap_cookie_prefix
label: Cookie Prefix
defaultValue: $$cap_appname
description: Specify a prefix that is added to the cookies used by paperless to identify the currently logged in user. This is useful for when youre running two instances of paperless on the same host.
- id: $$cap_ocr_language
label: OCR Language
defaultValue: 'eng'