mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fixup! chore: stuff
This commit is contained in:
@@ -129,10 +129,8 @@ identity_providers:
|
|||||||
authorization_policy: two_factor
|
authorization_policy: two_factor
|
||||||
pre_configured_consent_duration: 1y
|
pre_configured_consent_duration: 1y
|
||||||
scopes: [openid, profile, email, offline_access]
|
scopes: [openid, profile, email, offline_access]
|
||||||
response_types: code
|
|
||||||
redirect_uris: ["https://docs.${SECRET_EXTERNAL_DOMAIN}/auth/oidc.callback"]
|
redirect_uris: ["https://docs.${SECRET_EXTERNAL_DOMAIN}/auth/oidc.callback"]
|
||||||
userinfo_signed_response_alg: none
|
userinfo_signed_response_alg: none
|
||||||
token_endpoint_auth_method: client_secret_basic
|
|
||||||
- client_id: paperless
|
- client_id: paperless
|
||||||
client_name: Paperless
|
client_name: Paperless
|
||||||
client_secret: "$${PAPERLESS_OAUTH_DIGEST}"
|
client_secret: "$${PAPERLESS_OAUTH_DIGEST}"
|
||||||
|
@@ -26,4 +26,5 @@ spec:
|
|||||||
substitute:
|
substitute:
|
||||||
APP: *app
|
APP: *app
|
||||||
GATUS_PATH: /i/
|
GATUS_PATH: /i/
|
||||||
|
GATUS_STATUS: "401"
|
||||||
VOLSYNC_CAPACITY: 2Gi
|
VOLSYNC_CAPACITY: 2Gi
|
||||||
|
Reference in New Issue
Block a user