paperless/Barcode und Blankpage entfernen hinzugefügt
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# The UID and GID of the user used to run paperless in the container. Set this
|
||||
# to your UID and GID on the host so that you have write access to the
|
||||
# consumption directory.
|
||||
# USERMAP_UID=1000
|
||||
# USERMAP_GID=1001
|
||||
USERMAP_UID=1000
|
||||
USERMAP_GID=1001
|
||||
|
||||
# Additional languages to install for text recognition, separated by a
|
||||
# whitespace. Note that this is
|
||||
@@ -32,7 +32,17 @@ PAPERLESS_TIME_ZONE=Europe/Berlin
|
||||
# The default language to use for OCR. Set this to the language most of your
|
||||
# documents are written in.
|
||||
PAPERLESS_OCR_LANGUAGE=deu
|
||||
PAPERLESS_OCR_LANGUAGES=deu
|
||||
|
||||
# Eigene Einstellungen
|
||||
#
|
||||
# PAPERLESS_FILENAME_FORMAT_REMOVE_NONE=True
|
||||
PAPERLESS_FILENAME_FORMAT={document_type}/{correspondent}/{created_year}/{title}
|
||||
PAPERLESS_CONSUMER_POLLING=30
|
||||
PAPERLESS_CONSUMER_POLLING=10
|
||||
PAPERLESS_URL=https://dms.borgal.de
|
||||
PAPERLESS_PRE_CONSUME_SCRIPT=/usr/src/paperless/scripts/pre-consume.sh
|
||||
|
||||
# QR Code Scanner
|
||||
PAPERLESS_CONSUMER_ENABLE_BARCODES=true
|
||||
PAPERLESS_CONSUMER_ENABLE_ASN_BARCODE=true
|
||||
PAPERLESS_CONSUMER_BARCODE_SCANNER=ZXING
|
||||
|
||||
@@ -63,9 +63,10 @@ services:
|
||||
retries: 5
|
||||
volumes:
|
||||
- ./data:/usr/src/paperless/data
|
||||
- media:/usr/src/paperless/media
|
||||
- ./export:/usr/src/paperless/export
|
||||
- ./consume:/usr/src/paperless/consume
|
||||
- ./scripts:/usr/src/paperless/scripts
|
||||
- media:/usr/src/paperless/media
|
||||
env_file: docker-compose.env
|
||||
environment:
|
||||
PAPERLESS_REDIS: redis://broker:6379
|
||||
|
||||
Reference in New Issue
Block a user