feat(webui): replace TUI with full web UI + local openbox desktop
- Remove audit/internal/tui/ (~3000 LOC, bubbletea/lipgloss/reanimator deps) - Add /api/* REST+SSE endpoints: audit, SAT (nvidia/memory/storage/cpu), services, network, export, tools, live metrics stream - Add async job manager with SSE streaming for long-running operations - Add platform.SampleLiveMetrics() for live fan/temp/power/GPU polling - Add multi-page web UI (vanilla JS): Dashboard, Metrics charts, Tests, Burn-in, Network, Services, Export, Tools - Add bee-desktop.service: openbox + Xorg + Chromium opening http://localhost/ - Add openbox/tint2/xorg/xinit/xterm/chromium to ISO package list - Update .profile, bee.sh, and bible-local docs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
4
iso/overlay/usr/local/bin/bee-desktop
Executable file
4
iso/overlay/usr/local/bin/bee-desktop
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
# Start X11 + openbox + chromium for the local operator console.
|
||||
# Runs as the bee user on display :0.
|
||||
exec startx /usr/local/bin/bee-openbox-session -- :0 -nolisten tcp
|
||||
Reference in New Issue
Block a user