feat: new ui with greyhaven design system

This commit is contained in:
Juan
2026-04-23 15:01:05 -05:00
parent dc428b2042
commit 0956647dbc
206 changed files with 18978 additions and 24703 deletions

10
ui/.env.example Normal file
View File

@@ -0,0 +1,10 @@
# Base URL for the Reflector backend API.
# In dev, Vite proxies /v1 to this origin so keep it pointing at the local server.
VITE_API_PROXY_TARGET=http://localhost:1250
# OIDC (Authentik) — used when the backend runs in JWT / SSO mode.
# Leave blank in password-auth mode.
VITE_OIDC_AUTHORITY=
VITE_OIDC_CLIENT_ID=
# Scopes requested at login. Defaults to "openid profile email" when blank.
VITE_OIDC_SCOPE=openid profile email