mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Reduce duplication in docker-compose.env.example
See #404 for more info on where this came from.
This commit is contained in:
parent
b4b4d8f25e
commit
60ee08adec
@ -1,38 +1,22 @@
|
|||||||
# Environment variables to set for Paperless
|
# Environment variables to set for Paperless
|
||||||
# Commented out variables will be replaced by a default within Paperless.
|
# Commented out variables will be replaced with a default within Paperless.
|
||||||
|
#
|
||||||
|
# In addition to what you see here, you can also define any values you find in
|
||||||
|
# paperless.conf.example here. Values like:
|
||||||
|
#
|
||||||
|
# * PAPERLESS_PASSPHRASE
|
||||||
|
# * PAPERLESS_CONSUMPTION_DIR
|
||||||
|
# * PAPERLESS_CONSUME_MAIL_HOST
|
||||||
|
#
|
||||||
|
# ...are all explained in that file but can be defined here, since the Docker
|
||||||
|
# installation doesn't make use of paperless.conf.
|
||||||
|
|
||||||
# Passphrase Paperless uses to encrypt and decrypt your documents, if you want
|
|
||||||
# encryption at all.
|
|
||||||
# PAPERLESS_PASSPHRASE=CHANGE_ME
|
|
||||||
|
|
||||||
# The amount of threads to use for text recognition
|
# Additional languages to install for text recognition. Note that this is
|
||||||
# PAPERLESS_OCR_THREADS=4
|
# different from PAPERLESS_OCR_LANGUAGE (default=eng), which defines the
|
||||||
|
# default language used when guessing the language from the OCR output.
|
||||||
# Additional languages to install for text recognition
|
|
||||||
# PAPERLESS_OCR_LANGUAGES=deu ita
|
# PAPERLESS_OCR_LANGUAGES=deu ita
|
||||||
|
|
||||||
# You can change the default user and group id to a custom one
|
# You can change the default user and group id to a custom one
|
||||||
# USERMAP_UID=1000
|
# USERMAP_UID=1000
|
||||||
# USERMAP_GID=1000
|
# USERMAP_GID=1000
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
#### Mail Consumption ####
|
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
# These values are required if you want paperless to check a particular email
|
|
||||||
# box every 10 minutes and attempt to consume documents from there. If you
|
|
||||||
# don't define a HOST, mail checking will just be disabled.
|
|
||||||
# Don't use quotes after = or it will crash your docker
|
|
||||||
# PAPERLESS_CONSUME_MAIL_HOST=
|
|
||||||
# PAPERLESS_CONSUME_MAIL_PORT=
|
|
||||||
# PAPERLESS_CONSUME_MAIL_USER=
|
|
||||||
# PAPERLESS_CONSUME_MAIL_PASS=
|
|
||||||
|
|
||||||
# Override the default IMAP inbox here. If it's not set, Paperless defaults to
|
|
||||||
# INBOX.
|
|
||||||
# PAPERLESS_CONSUME_MAIL_INBOX=INBOX
|
|
||||||
|
|
||||||
# Any email sent to the target account that does not contain this text will be
|
|
||||||
# ignored. Mail checking won't work without this.
|
|
||||||
# PAPERLESS_EMAIL_SECRET=
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user