20 lines
806 B
Bash
20 lines
806 B
Bash
TZ=Europe/Madrid
|
|
NC_DOMAIN=nextcloud.example.com
|
|
PAPERLESS_DOMAIN=paperless.example.com
|
|
PAPERLESS_AI_DOMAIN=paperless-ai.example.com
|
|
TRAEFIK_CERTRESOLVER=letsencrypt
|
|
TRUSTED_PROXIES=10.0.0.0/8 172.16.0.0/12 192.168.0.0/16
|
|
PAPERLESS_DBNAME=paperless
|
|
PAPERLESS_DBUSER=paperless
|
|
PAPERLESS_DBPASS=change_me_paperless_db_password_long_and_secure
|
|
PAPERLESS_SECRET_KEY=change_me_paperless_secret_key_long_and_random_string
|
|
PAPERLESS_ADMIN_USER=admin
|
|
PAPERLESS_ADMIN_PASSWORD=change_me_paperless_admin_password_long_and_secure
|
|
PAPERLESS_ADMIN_MAIL=admin@example.com
|
|
PAPERLESS_CONSUMER_POLLING=60
|
|
PAPERLESS_ALLOWED_HOSTS=paperless.example.com,paperless,localhost
|
|
NC_WEBDAV_USER=paperless
|
|
NC_WEBDAV_PASS=change_me_nextcloud_webdav_password_long_and_random
|
|
PAPERLESS_INBOX_DIR=Paperless-Inbox
|
|
RCLONE_SYNC_INTERVAL=60
|