27 lines
650 B
Markdown
27 lines
650 B
Markdown
# Süper Panel
|
|
|
|
Internal admin panel — `sp.semih.ai` — Tailscale-only access.
|
|
|
|
Phase 0 skeleton: Next.js 16 + Better Auth (email/password + TOTP) + Prisma + Postgres + Redis.
|
|
Deployed on Coolify, fronted by Traefik with Let's Encrypt (Cloudflare DNS-01).
|
|
|
|
See `super-panel-prd.md` for the full PRD.
|
|
|
|
## Local dev
|
|
|
|
```bash
|
|
pnpm install
|
|
cp .env.example .env
|
|
# fill DATABASE_URL_PANEL, BETTER_AUTH_SECRET (32+ chars)
|
|
pnpm --filter @panel/web prisma:generate
|
|
pnpm dev
|
|
```
|
|
|
|
## Production deploy
|
|
|
|
Pushes to `main` trigger Coolify deploy via webhook.
|
|
|
|
## Deploy status
|
|
|
|
First production deploy: 2026-05-13. Live at https://sp.semih.ai (Tailscale only).
|