File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
kubernetes/apps/base/llm/dashclaw Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414 data :
1515 # OAUTH
1616 OIDC_DISPLAY_NAME : Authentik
17- OIDC_ISSUER_URL : https://sso.jory.dev/application/o/dashclaw/.well-known/openid-configuration
17+ OIDC_ISSUER_URL : https://sso.jory.dev/application/o/dashclaw/
1818 OIDC_CLIENT_ID : " {{ .DASHCLAW_CLIENT_ID }}"
1919 OIDC_CLIENT_SECRET : " {{ .DASHCLAW_CLIENT_SECRET }}"
2020 NEXTAUTH_SECRET : " {{ .NEXTAUTH_SECRET }}"
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ locals {
4949 group = " media"
5050 icon_url = " https://raw.githubusercontent.com/homarr-labs/dashboard-icons/main/png/openclaw.png"
5151 redirect_uri = " https://dashclaw.${ var . CLUSTER_DOMAIN } /api/auth/callback/oidc"
52- launch_url = " https://dashclaw.${ var . CLUSTER_DOMAIN } "
52+ launch_url = " https://dashclaw.${ var . CLUSTER_DOMAIN } /login "
5353 property_mappings = local.default_property_mappings
5454 },
5555 ErsatzTV = {
You can’t perform that action at this time.
0 commit comments