Add Claude integration to dashboard
Add comprehensive Claude Code monitoring and realtime streaming to the K8s dashboard. Includes API endpoints for health, stats, summary, inventory, and live event streaming. Frontend provides overview, usage, inventory, debug, and live feed views.
This commit is contained in:
@@ -26,7 +26,7 @@ Optimized for Raspberry Pi 3B+ (1GB RAM):
|
||||
|
||||
```bash
|
||||
# Run locally
|
||||
go run ./cmd/server --port 8080 --data ./data
|
||||
go run ./cmd/server --port 8080 --data ./data --claude ~/.claude
|
||||
|
||||
# Build binary
|
||||
go build -o server ./cmd/server
|
||||
@@ -72,6 +72,7 @@ kubectl apply -k deploy/
|
||||
|------|---------|-------------|
|
||||
| --port | 8080 | Server port |
|
||||
| --data | /data | Data directory for persistent state |
|
||||
| --claude | ~/.claude | Claude Code directory |
|
||||
|
||||
## API Endpoints
|
||||
|
||||
|
||||
Reference in New Issue
Block a user