[paperless] Add logout url
This commit is contained in:
parent
738ef4ed9c
commit
ac00500532
2 changed files with 2 additions and 0 deletions
|
@ -9,3 +9,4 @@ Several environment variables have to be set:
|
||||||
Paperless specific:
|
Paperless specific:
|
||||||
- PAPERLESS_SECRET_KEY: A random string
|
- PAPERLESS_SECRET_KEY: A random string
|
||||||
- PAPERLESS_URL: The URL of the paperless instance (used for CSRF, CORS)
|
- PAPERLESS_URL: The URL of the paperless instance (used for CSRF, CORS)
|
||||||
|
- PAPERLESS_LOGOUT_REDIRECT_URL: The URL for logging out of SSO
|
||||||
|
|
|
@ -36,6 +36,7 @@ services:
|
||||||
PAPERLESS_URL: ${PAPERLESS_URL}
|
PAPERLESS_URL: ${PAPERLESS_URL}
|
||||||
PAPERLESS_OCR_LANGUAGE: deu
|
PAPERLESS_OCR_LANGUAGE: deu
|
||||||
PAPERLESS_ENABLE_HTTP_REMOTE_USER: true
|
PAPERLESS_ENABLE_HTTP_REMOTE_USER: true
|
||||||
|
PAPERLESS_LOGOUT_REDIRECT_URL: ${PAPERLESS_LOGOUT_REDIRECT_URL}
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
redisdata:
|
redisdata:
|
||||||
|
|
Loading…
Reference in a new issue