Commit Graph

3 Commits

Author SHA1 Message Date
2f1778c821 feat: BFF (Python FastAPI) — proxy to Tracker with JWT auth
Some checks failed
Deploy Web Client / deploy (push) Has been cancelled
- BFF on port 8200: auth + proxy to tracker
- All /api/* routes go through BFF
- WebSocket proxy with JWT auth
- Tracker no longer exposed to internet
- Logging on all requests
- Removed Next.js API routes for auth (BFF handles it)
2026-02-15 19:44:55 +01:00
7acd0555e3 perf: production mode + build in CI
All checks were successful
Deploy Web Client / deploy (push) Successful in 37s
- npm start instead of npm run dev
- CI does npm run build before restart
- Pages load in ~50ms instead of ~2s
2026-02-15 19:29:50 +01:00
4ac7e79a8a ci: auto-deploy on push (Gitea Actions)
Some checks are pending
Deploy Web Client / deploy (push) Waiting to run
2026-02-15 19:08:12 +01:00