Dashboard
The ops dashboard lives at web.level147.net and is protected by Cloudflare Access + Authentik SSO. It is a Next.js app served from a Docker container behind a Cloudflare tunnel.
Access
- Navigate to
https://web.level147.net - Cloudflare Access prompts for your identity (Authentik OIDC)
- After authentication the dashboard loads directly
Layout
The dashboard uses an 8-column CSS grid with drag-to-reorder widgets. An Edit Mode toggle exposes widget handles; exit edit mode to lock the layout.
Widget sizes follow a 2-unit convention:
| Size label | Grid columns × rows |
|---|---|
| 2×2 | 2 col, 2 row |
| 4×2 | 4 col, 2 row |
| 2×4 | 2 col, 4 row |
| 4×4 | 4 col, 4 row |
| 8×2 | Full-width banner |
Widgets
See Widgets for the full reference.