feat(paperless-ngx): Add config
This commit is contained in:
3
paperless_ngx/env/.gitignore
vendored
Normal file
3
paperless_ngx/env/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*
|
||||
!.gitignore
|
||||
!fully.qualified.domain.name_ctx.env.example
|
20
paperless_ngx/env/fully.qualified.domain.name_ctx.env.example
vendored
Normal file
20
paperless_ngx/env/fully.qualified.domain.name_ctx.env.example
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
# This file is maintained by remco and populated with data from HashiCorp
|
||||
# Vault. Changes not done in Vault will be reverted when file gets rendered.
|
||||
|
||||
CONTEXT=hr_juba
|
||||
PAPERLESS_OCR_CLEAN=clean-final
|
||||
PAPERLESS_OCR_LANGUAGE=eng
|
||||
PAPERLESS_OCR_LANGUAGES=bos
|
||||
PAPERLESS_SECRET_KEY=face-roll-your-keyboard-here
|
||||
PAPERLESS_TIME_ZONE=Africa/Juba
|
||||
PAPERLESS_URL=https://fully.qualified.domain.name
|
||||
SUBNET=172.22.17.0/24
|
||||
TIMEZONE=Africa/Juba
|
||||
WEBSERVER_PORT=8080
|
||||
WEBSERVER_VIP=192.168.29.103
|
||||
|
||||
# Other available defaults
|
||||
# USERMAP_UID=1000
|
||||
# USERMAP_GID=1000
|
||||
# PAPERLESS_FORCE_SCRIPT_NAME=/PATHPREFIX
|
||||
# PAPERLESS_STATIC_URL=/PATHPREFIX/static/ # trailing slash required
|
Reference in New Issue
Block a user