GUI updates, live log visibility

This commit is contained in:
2026-02-14 17:55:14 +01:00
parent 9d7a36a143
commit e0e8e88276
5 changed files with 134 additions and 32 deletions
+3
View File
@@ -99,6 +99,9 @@ ssh kisfenyo@192.168.0.162 "cd /opt/docker/felhom-controller && docker pull gite
- Protected stacks (traefik, cloudflared, felhom-controller) can't be stopped from UI
- `app.yaml` persists deploy config; `deployed: true` flag controls UI state
- Password fields require explicit user input or generation (no silent auto-fill)
- App cards on dashboard and stacks pages are clickable via `data-href` attribute (skip protected stacks)
- Logs page uses AJAX polling (`?raw=1` query param returns plain text) with auto-scroll and pause/resume
- Memory bar on deploy page uses two-segment stacked bar (committed = solid green, new = translucent green)
## Git sync module (internal/sync)