mirror of
https://github.com/Dvorinka/Dash.git
synced 2026-07-29 07:33:49 +00:00
🚀 Dash - Homelab Dashboard
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
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
APP_ENV=development
|
||||
HTTP_ADDR=:8080
|
||||
DATABASE_URL=postgres://dash:dash@postgres:5432/dash?sslmode=disable
|
||||
DATA_DIR=/data
|
||||
PUBLIC_BASE_URL=http://localhost:8080
|
||||
WIDGET_FETCH_TIMEOUT=5s
|
||||
WIDGET_CACHE_TTL=60s
|
||||
MAX_ICON_UPLOAD_BYTES=524288
|
||||
ALLOWED_ORIGINS=http://localhost:3000
|
||||
Reference in New Issue
Block a user