fix(dex): Add theme
This commit is contained in:
@@ -14,6 +14,15 @@ config:
|
|||||||
mode: disable
|
mode: disable
|
||||||
web:
|
web:
|
||||||
http: 0.0.0.0:5556
|
http: 0.0.0.0:5556
|
||||||
|
frontend:
|
||||||
|
# theme: light
|
||||||
|
theme: coreos
|
||||||
|
issuer: "Oceanbox"
|
||||||
|
issuerUrl: "https://oceanbox.io"
|
||||||
|
# logoURL: theme/logo.png
|
||||||
|
# dir: ""
|
||||||
|
telemetry:
|
||||||
|
http: 0.0.0.0:5558
|
||||||
oauth2:
|
oauth2:
|
||||||
skipApprovalScreen: true
|
skipApprovalScreen: true
|
||||||
expiry:
|
expiry:
|
||||||
@@ -98,42 +107,42 @@ config:
|
|||||||
- https://stig-sorcerer.ekman.oceanbox.io/signin-oidc
|
- https://stig-sorcerer.ekman.oceanbox.io/signin-oidc
|
||||||
|
|
||||||
envVars:
|
envVars:
|
||||||
- name: DEX_DB_USER
|
- name: DEX_DB_USER
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: dex-db-app
|
name: dex-db-app
|
||||||
key: username
|
key: username
|
||||||
- name: DEX_DB_PASSWORD
|
- name: DEX_DB_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: dex-db-app
|
name: dex-db-app
|
||||||
key: password
|
key: password
|
||||||
- name: MICROSOFT_CLIENT_SECRET
|
- name: MICROSOFT_CLIENT_SECRET
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: dex-microsoft
|
name: dex-microsoft
|
||||||
key: clientSecret
|
key: clientSecret
|
||||||
# - name: CLIENT_SECRET_DEX
|
# - name: CLIENT_SECRET_DEX
|
||||||
# valueFrom:
|
# valueFrom:
|
||||||
# secretKeyRef:
|
# secretKeyRef:
|
||||||
# name: dex-clients
|
# name: dex-clients
|
||||||
# key: dex
|
# key: dex
|
||||||
# - name: CLIENT_SECRET_ATLANTIS
|
# - name: CLIENT_SECRET_ATLANTIS
|
||||||
# valueFrom:
|
# valueFrom:
|
||||||
# secretKeyRef:
|
# secretKeyRef:
|
||||||
# name: dex-clients
|
# name: dex-clients
|
||||||
# key: atlantis
|
# key: atlantis
|
||||||
- name: CLIENT_SECRET_ATLANTIS_DEV
|
- name: CLIENT_SECRET_ATLANTIS_DEV
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: dex-clients
|
name: dex-clients
|
||||||
key: atlantis_dev
|
key: atlantis_dev
|
||||||
# - name: CLIENT_SECRET_SORCERER
|
# - name: CLIENT_SECRET_SORCERER
|
||||||
# valueFrom:
|
# valueFrom:
|
||||||
# secretKeyRef:
|
# secretKeyRef:
|
||||||
# name: dex-clients
|
# name: dex-clients
|
||||||
# key: sorcerer
|
# key: sorcerer
|
||||||
- name: CLIENT_SECRET_SORCERER_DEV
|
- name: CLIENT_SECRET_SORCERER_DEV
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: dex-clients
|
name: dex-clients
|
||||||
|
|||||||
Reference in New Issue
Block a user