From 61cafaa4b0f298d7b419672b2244e2180dfe4d88 Mon Sep 17 00:00:00 2001 From: Rocco Palladino Date: Thu, 8 Feb 2024 15:43:33 -0600 Subject: [PATCH] Configure env vars for my installation --- docker-compose.env | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.env b/docker-compose.env index 1051eb6..770d677 100644 --- a/docker-compose.env +++ b/docker-compose.env @@ -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=1000 +USERMAP_UID=501 +USERMAP_GID=20 # Additional languages to install for text recognition, separated by a # whitespace. Note that this is @@ -24,18 +24,18 @@ # 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) -#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 # be a very long sequence of random characters. You don't need to remember it. #PAPERLESS_SECRET_KEY=change-me # 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 # 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 #PAPERLESS_FORCE_SCRIPT_NAME=/PATHPREFIX