Add base web UI

This commit is contained in:
2025-03-18 19:14:46 +01:00
parent abc75786f7
commit dbe1ec22e0
36 changed files with 2575 additions and 248 deletions

View File

@ -22,5 +22,5 @@ staticClients:
- id: foo
secret: bar
redirectURIs:
- http://localhost:5173/web/oidc_cb
- http://localhost:5173/oidc_cb
name: Project

View File

@ -72,7 +72,7 @@ pub struct AppConfig {
pub oidc_client_secret: String,
/// OpenID login redirect URL
#[arg(long, env, default_value = "APP_ORIGIN/web/oidc_cb")]
#[arg(long, env, default_value = "APP_ORIGIN/oidc_cb")]
oidc_redirect_url: String,
/// S3 Bucket name