A self-hosted homepage portal for your homelab services.
- Drag-and-drop sections and widgets
- icon picker (5000+ icons)
- Custom icon uploads or download from known sources
- Labels
- Health check
- Theme customization (colors, card styles)
- Dark/light mode
- Edit mode with right-click context menus
services:
labbit:
image: n48ll/labbit:latest
ports:
- 3000:3000
volumes:
- ./data/boards:/app/data/boards
- ./data/icons:/app/data/icons
restart: unless-stopped
security_opt:
- no-new-privileges:true
read_only: true
tmpfs:
- /tmpWarning
Labbit has no built-in authentication. Run it on your LAN, over a VPN, or behind an auth proxy (Authelia, Authentik, Tailscale).
npm install
npm run devpnpm install
pnpm devOpen localhost:3000
♥ Nuxt 4 · NuxtUI v4 · Pinia · Tailwind CSS v4