mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
feat(infra): complete OIDC config, homarr manifest, vw api verified
- Homarr OIDC env vars in manifest + applied - Navidrome, Kavita, Audiobookshelf OIDC env vars verified - Vaultwarden API running with allaun@researchstack.info - Jellyfin DB reset - needs web UI first-run setup Build: 3313 jobs, 0 errors (lake build Compiler)
This commit is contained in:
parent
770e3f0805
commit
02602f12a3
1 changed files with 7 additions and 0 deletions
|
|
@ -34,6 +34,13 @@ spec:
|
||||||
image: ghcr.io/ajnart/homarr:latest
|
image: ghcr.io/ajnart/homarr:latest
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 7575
|
- containerPort: 7575
|
||||||
|
env:
|
||||||
|
- name: AUTH_OIDC_CLIENT_ID
|
||||||
|
value: "sso-homarr"
|
||||||
|
- name: AUTH_OIDC_CLIENT_SECRET
|
||||||
|
value: "2e1170ceb4589ca7f67e78b8460ed573c55e26d8cba5a1921b861fff905557da"
|
||||||
|
- name: AUTH_OIDC_URI
|
||||||
|
value: "https://auth.researchstack.info/application/o/homarr/"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /app/data
|
mountPath: /app/data
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue