Configure env vars for my installation

This commit is contained in:
Rocco Palladino 2024-02-08 15:43:33 -06:00
parent dd7cb6092d
commit 61cafaa4b0
1 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# The UID and GID of the user used to run paperless in the container. Set this # 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 # to your UID and GID on the host so that you have write access to the
# consumption directory. # consumption directory.
#USERMAP_UID=1000 USERMAP_UID=501
#USERMAP_GID=1000 USERMAP_GID=20
# Additional languages to install for text recognition, separated by a # Additional languages to install for text recognition, separated by a
# whitespace. Note that this is # whitespace. Note that this is
@ -24,18 +24,18 @@
# This is required if you will be exposing Paperless-ngx on a public domain # This is required if you will be exposing Paperless-ngx on a public domain
# (if doing so please consider security measures such as reverse proxy) # (if doing so please consider security measures such as reverse proxy)
#PAPERLESS_URL=https://paperless.example.com PAPERLESS_URL=https://paperless.palladino.io
# Adjust this key if you plan to make paperless available publicly. It should # Adjust this key if you plan to make paperless available publicly. It should
# be a very long sequence of random characters. You don't need to remember it. # be a very long sequence of random characters. You don't need to remember it.
#PAPERLESS_SECRET_KEY=change-me #PAPERLESS_SECRET_KEY=change-me
# Use this variable to set a timezone for the Paperless Docker containers. If not specified, defaults to UTC. # Use this variable to set a timezone for the Paperless Docker containers. If not specified, defaults to UTC.
#PAPERLESS_TIME_ZONE=America/Los_Angeles PAPERLESS_TIME_ZONE=America/Chicago
# The default language to use for OCR. Set this to the language most of your # The default language to use for OCR. Set this to the language most of your
# documents are written in. # documents are written in.
#PAPERLESS_OCR_LANGUAGE=eng PAPERLESS_OCR_LANGUAGE=eng
# Set if accessing paperless via a domain subpath e.g. https://domain.com/PATHPREFIX and using a reverse-proxy like traefik or nginx # Set if accessing paperless via a domain subpath e.g. https://domain.com/PATHPREFIX and using a reverse-proxy like traefik or nginx
#PAPERLESS_FORCE_SCRIPT_NAME=/PATHPREFIX #PAPERLESS_FORCE_SCRIPT_NAME=/PATHPREFIX