feat: TUI als Browser-App via textual serve
TUI von direkten Service-Importen auf httpx API-Calls umgestellt. Neue tui/api_client.py als schlanker async HTTP-Client. Background- Worker pollt API alle 5s für Echtzeit-Updates. Neuer tui_standalone.py Entry-Point für 'textual serve --port 8001 tui_standalone.py'.
This commit is contained in:
@@ -22,3 +22,7 @@ SMS_ENABLED=false
|
||||
|
||||
# ── Datenbank ──────────────────────────────────────────────
|
||||
DATABASE_URL=sqlite:///./mcm.db
|
||||
|
||||
# ── TUI Web-Modus (textual serve) ──────────────────────────
|
||||
# Starten: .venv/bin/python -m textual serve --host 0.0.0.0 --port $WEB_PORT tui_standalone.py
|
||||
WEB_PORT=8001
|
||||
|
||||
Reference in New Issue
Block a user