feat: add frontend prototype

This commit is contained in:
Philipp
2026-06-10 20:14:46 +02:00
parent 772ed6bf8d
commit b08b52dd1b
10 changed files with 760 additions and 26 deletions
+6
View File
@@ -57,6 +57,12 @@ Backend-Endpunkte:
- `GET /healthz`: oeffentlicher Healthcheck
- `GET /me`: geschuetzt, synchronisiert `profiles` und gibt den authentifizierten Principal aus dem JWT zurueck
Frontend-Prototyp:
- Supabase Login/Registrierung ueber `VITE_SUPABASE_URL` und `VITE_SUPABASE_ANON_KEY`
- Backend-Profilcheck ueber `GET /me`
- Platzhalter-Ansichten fuer Projekte, VMs, SSH-Keys, Audit und Konsole
## CI
Forgejo Actions laufen unter `.forgejo/workflows/ci.yml`.