Update configs
This commit is contained in:
parent
7e0c9d5399
commit
7140ebb516
1 changed files with 5 additions and 18 deletions
|
@ -15,30 +15,17 @@ paperless:
|
|||
tika_endpoint: http://tika:9998
|
||||
tika_gotenberg_endpoint: http://gotenberg:3000
|
||||
|
||||
# following is included here for later, uncomment in init.sls as well
|
||||
|
||||
# https://docs.paperless-ngx.com/advanced_usage/#sso-and-third-party-authentication-with-paperless-ngx
|
||||
# https://github.com/paperless-ngx/paperless-ngx/discussions?discussions_q=ldap
|
||||
# https://github.com/paperless-ngx/paperless-ngx/discussions/498
|
||||
# https://github.com/paperless-ngx/paperless-ngx/discussions/3228
|
||||
|
||||
# Allows authentication via HTTP_REMOTE_USER which is used by some SSO applications.
|
||||
# enable_http_remote_user=true
|
||||
|
||||
# Allows authentication via HTTP_REMOTE_USER directly against the API
|
||||
# enable_http_remote_user_api=true
|
||||
|
||||
# Adjust this key if you plan to make paperless available publicly. It should
|
||||
# be a very long sequence of random characters. You don't need to remember it.
|
||||
# secret_key=change-me
|
||||
|
||||
# This is required if you will be exposing Paperless-ngx on a public domain
|
||||
# (if doing so please consider security measures such as reverse proxy)
|
||||
# url=https://paperless.flipdot.org
|
||||
|
||||
disable_regular_login: True
|
||||
redirect_login_to_sso: True
|
||||
social_auto_signup: True
|
||||
account_email_verification: none
|
||||
admin_user: admin
|
||||
admin_password: change-me
|
||||
|
||||
url: https://paperless.flipdot.space
|
||||
keycloak:
|
||||
client_secret: <CLIENT_SECRET>
|
||||
server_url: https://<KEYCLOAK_SERVER>/realms/<REALM>/.well-known/openid-configuration
|
||||
|
|
Loading…
Reference in a new issue