856 B
856 B
name, description, metadata
| name | description | metadata | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fleet | Multi-machine dashboard for VibeStack fleet management |
|
Fleet Dashboard
Web UI for managing multiple VibeStack machines. Displays registered machines in a sidebar and shows their dashboards in iframes.
Features
- Machine list with status indicators
- Iframe embedding for machine dashboards
- Real-time status updates (polling every 10s)
- Overview page with machine cards
Configuration
FLEET_UI_PORT- UI server port (default: 3000)FLEET_API_URL- Fleet API URL (default: http://localhost:3001)
Usage
- Deploy fleet-api on the host machine
- Deploy fleet UI on the host machine
- Deploy fleet-client on each worker machine
- Workers register with fleet-api
- View all machines in the fleet dashboard