fix(dex): Add theme
This commit is contained in:
@@ -14,6 +14,15 @@ config:
|
||||
mode: disable
|
||||
web:
|
||||
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:
|
||||
skipApprovalScreen: true
|
||||
expiry:
|
||||
@@ -98,42 +107,42 @@ config:
|
||||
- https://stig-sorcerer.ekman.oceanbox.io/signin-oidc
|
||||
|
||||
envVars:
|
||||
- name: DEX_DB_USER
|
||||
- name: DEX_DB_USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: dex-db-app
|
||||
key: username
|
||||
- name: DEX_DB_PASSWORD
|
||||
- name: DEX_DB_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: dex-db-app
|
||||
key: password
|
||||
- name: MICROSOFT_CLIENT_SECRET
|
||||
- name: MICROSOFT_CLIENT_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: dex-microsoft
|
||||
key: clientSecret
|
||||
# - name: CLIENT_SECRET_DEX
|
||||
# valueFrom:
|
||||
# secretKeyRef:
|
||||
# name: dex-clients
|
||||
# key: dex
|
||||
# - name: CLIENT_SECRET_ATLANTIS
|
||||
# valueFrom:
|
||||
# secretKeyRef:
|
||||
# name: dex-clients
|
||||
# key: atlantis
|
||||
- name: CLIENT_SECRET_ATLANTIS_DEV
|
||||
# - name: CLIENT_SECRET_DEX
|
||||
# valueFrom:
|
||||
# secretKeyRef:
|
||||
# name: dex-clients
|
||||
# key: dex
|
||||
# - name: CLIENT_SECRET_ATLANTIS
|
||||
# valueFrom:
|
||||
# secretKeyRef:
|
||||
# name: dex-clients
|
||||
# key: atlantis
|
||||
- name: CLIENT_SECRET_ATLANTIS_DEV
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: dex-clients
|
||||
key: atlantis_dev
|
||||
# - name: CLIENT_SECRET_SORCERER
|
||||
# valueFrom:
|
||||
# secretKeyRef:
|
||||
# name: dex-clients
|
||||
# key: sorcerer
|
||||
- name: CLIENT_SECRET_SORCERER_DEV
|
||||
# - name: CLIENT_SECRET_SORCERER
|
||||
# valueFrom:
|
||||
# secretKeyRef:
|
||||
# name: dex-clients
|
||||
# key: sorcerer
|
||||
- name: CLIENT_SECRET_SORCERER_DEV
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: dex-clients
|
||||
|
||||
Reference in New Issue
Block a user