feat: project-centric dashboard with site management + Mailpit - #2
Merged
Conversation
Redesigns the desktop app around sites instead of raw containers: - Sites list: each local site by friendly name + domain (read from its compose + kiqr.yaml), with a status badge per dependency (WordPress / Database / phpMyAdmin). No UUIDs, plain language. - Manage deployments: Start / Stop / Restart / Open per site, and the same for the shared kiqr agent — driven through docker compose (execFile, no shell). - Mailpit: the agent now includes kiqr-mailpit, with a one-click 'Open mail inbox' (mail.lvh.me:5477). - New pure, tested modules: projects.ts (discovery + compose/kiqr.yaml parsing + status mapping) and actions.ts (docker argv builders). window.kiqr gains onSites / siteAction / agentAction / openUrl. Retires the old agent/container resource cards + sparklines. README + CHANGELOG updated. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Reworks Kiqr Desktop from a container-resource monitor into a sites-first control panel — matching the requested layout:
kiqr.yaml(friendly name). No UUIDs, plain language.docker compose(execFile, argv array, no shell).kiqr-mailpit; a strip shows Proxy · Splash · Mail with a one-click Open mail inbox (mail.lvh.me:5477).projects.ts+actions.ts;window.kiqrgainsonSites/siteAction/agentAction/openUrl.Gates (all green)
lint ✅ · typecheck ✅ (node + web) · 42 tests ✅ · build ✅
Could NOT verify here (no display / no Docker daemon)
The live GUI and the real start/stop/restart actions. The discovery/parsing/command-building logic is unit-tested; please smoke-test
npm run devwith Docker running and akiqr upsite active, @kjellberg.🤖 Generated with Claude Code