cleaned up and updated paperless

This commit is contained in:
2026-04-22 22:42:57 +00:00
parent 0e8ad8cb51
commit f1558ddbaa
3 changed files with 30 additions and 7 deletions
+19
View File
@@ -0,0 +1,19 @@
###############################################################################
# Paperless-ngx settings #
# See http://docs.paperless-ngx.com/configuration/ for all available options.
###############################################################################
TZ=America/Vancouver
VOL_PATH=./data
PAPERLESS_IMAGE=ghcr.io/paperless-ngx/paperless-ngx:latest
PAPERLESS_MARIADB_HOST=paperless-db
PAPERLESS_MARIADB_DATABASE=paperless
PAPERLESS_MARIADB_USER=paperless
PAPERLESS_MARIADB_PASSWORD=paperless
PAPERLESS_MARIADB_ROOT_PASSWORD=paperless
PAPERLESS_SECRET_KEY=changeme
PAPERLESS_OCR_LANGUAGE=eng
PAPERLESS_URL=http://localhost
PAPERLESS_CONSUMER_DELETE_DUPLICATES=0
PAPERLESS_PORT=8000