start building dashboard

This commit is contained in:
2023-08-04 17:39:04 -07:00
parent 811629eda9
commit 7c205632cb
18 changed files with 389 additions and 43 deletions

View File

@@ -59,4 +59,13 @@ argon2:
logging:
level: info
pretty: false
color_themes:
default:
light: Minimal Light
dark: Minimal Dark
less_contrast:
light: Minimal Light
dark: Minimal Dark
more_contrast:
light: Minimal Light
dark: Minimal Dark

15
conf/01-local-test.yaml Normal file
View File

@@ -0,0 +1,15 @@
$schema: ../schemas/config.json
http_web:
exposed_url: http://me.local.jbrumond.me:8080
oidc:
server_url: https://sso.jbrumond.me/realms/public
client_id: local-test-service
client_secret: 7NwC0NEIHGuAa30Lp2V90KDOKOI3YlSt
pkce_cookie:
secure: false
session_cookie:
secure: false
pepper: 4tWRICqVeGtOHaq66RA62aGOhIQ
logging:
level: debug
pretty: true