Go to file
Matt 5ba6a3434a feat: Initial tenant Control Panel
Privacy-first settings dashboard for LetsBe Cloud tenants.
- Next.js 15 (App Router) with Keycloak SSO via NextAuth.js v5
- Tool status grid with health indicators
- Settings pages (email, domain, server info)
- Post-provisioning setup checklist
- Orchestrator API proxy for server management
- Docker deployment ready

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 08:03:17 +01:00
src feat: Initial tenant Control Panel 2026-02-07 08:03:17 +01:00
.env.example feat: Initial tenant Control Panel 2026-02-07 08:03:17 +01:00
.gitignore feat: Initial tenant Control Panel 2026-02-07 08:03:17 +01:00
Dockerfile feat: Initial tenant Control Panel 2026-02-07 08:03:17 +01:00
docker-compose.yml feat: Initial tenant Control Panel 2026-02-07 08:03:17 +01:00
next.config.ts feat: Initial tenant Control Panel 2026-02-07 08:03:17 +01:00
package.json feat: Initial tenant Control Panel 2026-02-07 08:03:17 +01:00
postcss.config.js feat: Initial tenant Control Panel 2026-02-07 08:03:17 +01:00
tailwind.config.ts feat: Initial tenant Control Panel 2026-02-07 08:03:17 +01:00
tsconfig.json feat: Initial tenant Control Panel 2026-02-07 08:03:17 +01:00