homelab-tui 1.1.13 → 1.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -126,6 +126,8 @@ In multi-host mode: `Space` to check/uncheck, `Enter` to open all in split-pane,
126
126
  - **Service-down alerts** — audible bell + red banner on running → stopped/failed transitions
127
127
  - **Disk full warnings** — ⚠ badge on disks above 85%
128
128
  - **Compose stack restart** — `r` on a Compose service opens a scope picker (container vs whole stack)
129
+ - **Config hot-reload** — edit `homelab.config.json` while running; picked up automatically within 150 ms
130
+ - **Service health history** — details panel shows last 5 status transitions with timestamps
129
131
  - **Docker discovery** — containers with status, image, ports, health, Compose project
130
132
  - **Process discovery** — finds programs listening on TCP ports (Jellyfin, Ollama, LM Studio, game servers…) on Linux, macOS, and Windows
131
133
  - **Context-aware controls** — Docker: restart/stop/start; discovered processes: kill + restart via systemd (Linux)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homelab-tui",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "description": "Terminal UI for monitoring a remote homelab server over SSH",
5
5
  "homepage": "https://github.com/ACHRAF-YOUSSEF/homelab-tui",
6
6
  "repository": {