RackPeek 1.4.0
What's New
Web UI
- Global resource search in the header — type to jump to any resource by name, IP, tag, or label. Top-8 fuzzy-ranked dropdown, keyboard navigable
(↑/↓/Enter/Esc), click to navigate. Refreshes live as you add or edit resources.
Docker
- Built-in container healthcheck.
docker compose ps, orchestrators, anddepends_on: service_healthygates now correctly report RackPeek as
healthy once the Web UI is up. No more permanently-startingcontainers.
Git Sync
- Works with any Git forge that accepts a personal access token over HTTPS — Gitea, GitLab, Bitbucket, Forgejo, etc. Not just GitHub anymore.
- Optional
GIT_INSECURE_TLS=trueenvironment variable for self-hosted forges behind a private CA or self-signed certificate (common on home-lab
Gitea instances).
CLI
rpk laptops drives ...renamed torpk laptops drive ...for consistency withrpk servers driveandrpk desktops drive. (Breaking change for
anyone scripting the old form — update your scripts.)
Under the hood
- All NuGet dependencies bumped to the latest stable releases.
- Misc documentation cleanups and stale-artefact removal.