WIP: Use keycloak for sso
This commit is contained in:
parent
39c6d0e819
commit
4cf8c5c7d4
2 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,9 @@ paperless:
|
|||
# (if doing so please consider security measures such as reverse proxy)
|
||||
# url=https://paperless.flipdot.org
|
||||
|
||||
keycloak:
|
||||
client_secret: <CLIENT_SECRET>
|
||||
server_url: https://<KEYCLOAK_SERVER>/realms/<REALM>/.well-known/openid-configuration
|
||||
gotenberg:
|
||||
image:
|
||||
path: docker.io/gotenberg/gotenberg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue