You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.5 KiB

  1. # The UID and GID of the user used to run paperless in the container. Set this
  2. # to your UID and GID on the host so that you have write access to the
  3. # consumption directory.
  4. USERMAP_UID=1000
  5. USERMAP_GID=1000
  6. # Additional languages to install for text recognition, separated by a
  7. # whitespace. Note that this is
  8. # different from PAPERLESS_OCR_LANGUAGE (default=eng), which defines the
  9. # language used for OCR.
  10. # The container installs English, German, Italian, Spanish and French by
  11. # default.
  12. # See https://packages.debian.org/search?keywords=tesseract-ocr-&searchon=names&suite=buster
  13. # for available languages.
  14. PAPERLESS_OCR_LANGUAGES=eng
  15. ###############################################################################
  16. # Paperless-specific settings #
  17. ###############################################################################
  18. # All settings defined in the paperless.conf.example can be used here. The
  19. # Docker setup does not use the configuration file.
  20. # A few commonly adjusted settings are provided below.
  21. # Adjust this key if you plan to make paperless available publicly. It should
  22. # be a very long sequence of random characters. You don't need to remember it.
  23. #PAPERLESS_SECRET_KEY=change-me
  24. # Use this variable to set a timezone for the Paperless Docker containers. If not specified, defaults to UTC.
  25. #PAPERLESS_TIME_ZONE=America/Los_Angeles
  26. # The default language to use for OCR. Set this to the language most of your
  27. # documents are written in.
  28. PAPERLESS_OCR_LANGUAGE=deu