mirror of
https://github.com/Dvorinka/Dash.git
synced 2026-06-03 23:12:56 +00:00
b17a06fbba
A clean, customizable homelab dashboard inspired by CasaOS. Features: - Empty-first dashboard (no demo data) - 3 themes: Light, Dark, CasaOS glassmorphism - Widgets: Clock (multi-timezone), Pi-hole, Memos, Immich, Image - Drag & drop app organization - Grid + list view for apps - Groups with collapse/expand - Proper widget refresh handling - Visual timezone picker - Square app cards with hover effects Stack: Go + Gin + PostgreSQL + Next.js 15 + React 19 + Tailwind CSS + shadcn/ui
11 lines
213 B
YAML
11 lines
213 B
YAML
version: "2"
|
|
sql:
|
|
- engine: "postgresql"
|
|
queries: "db/query"
|
|
schema: "db/migrations"
|
|
gen:
|
|
go:
|
|
package: "dbgen"
|
|
out: "backend/internal/store/dbgen"
|
|
sql_package: "pgx/v5"
|