Paperless + OAuth
This commit is contained in:
@@ -41,7 +41,7 @@ services:
|
||||
ipv4_address: 192.168.4.10
|
||||
|
||||
pa_webserver:
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.12.1
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.17.1
|
||||
restart: unless-stopped
|
||||
container_name: pa_webserver
|
||||
deploy:
|
||||
@@ -74,6 +74,10 @@ services:
|
||||
PAPERLESS_USE_X_FORWARD_PORT: true
|
||||
PAPERLESS_OCR_USER_ARGS: '{"invalidate_digital_signatures": true}'
|
||||
#PAPERLESS_PROXY_SSL_HEADER: '{"HTTP_X_FORWARDED_PROTO", "https"]'
|
||||
PAPERLESS_GMAIL_OAUTH_CLIENT_ID: ${XOAUTH2_CLIENT_ID}
|
||||
PAPERLESS_GMAIL_OAUTH_CLIENT_SECRET: ${XOAUTH2_SECRET}
|
||||
PAPERLESS_OAUTH_CALLBACK_BASE_URL: https://dg53fgfs42.eldorado.city
|
||||
|
||||
|
||||
volumes:
|
||||
data_pa:
|
||||
|
||||
Reference in New Issue
Block a user