homelab-tui 2.0.2 → 2.2.0

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 +7 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -41,12 +41,12 @@ homelab-tui connects to Linux, macOS, and Windows hosts over SSH, discovers Dock
41
41
 
42
42
  ## Features
43
43
 
44
- - **Multi-host monitoring** — open several independent SSH connections in responsive panes.
44
+ - **Multi-host monitoring** — keep several independent SSH connections open in full-width host tabs.
45
45
  - **Docker and Compose discovery** — inspect status, image, ports, health, and Compose projects.
46
46
  - **Native service discovery** — find programs listening on TCP ports across supported operating systems.
47
47
  - **System metrics** — monitor CPU, memory, and disk usage without installing a remote agent.
48
48
  - **Live logs** — follow Docker logs and supported native-process logs over SSH.
49
- - **Keyboard-first controls** — search, filter, sort, restart, stop, start, and switch panes without a mouse.
49
+ - **Keyboard-first controls** — search, filter, sort, restart, stop, start, and switch tabs without a mouse.
50
50
  - **Resilient connections** — keep healthy hosts usable while another host reconnects or fails.
51
51
  - **Secure authentication** — use passwords, private keys, encrypted keys, or an SSH agent.
52
52
  - **Self-update support** — check for and install new GitHub releases from the CLI.
@@ -133,15 +133,17 @@ Passwords and private-key passphrases are prompted at launch and are never store
133
133
  |---|---|
134
134
  | `↑` / `↓` | Select a host or service |
135
135
  | `Enter` | Connect or confirm |
136
- | `Tab` / `Shift+Tab` | Focus the next or previous host pane |
136
+ | `Tab` / `Shift+Tab` | Open the next or previous host tab |
137
+ | `1`–`9` | Open a host tab directly |
137
138
  | `/` | Search services |
138
139
  | `f` | Cycle filters |
139
140
  | `o` | Cycle sorting |
140
- | `r` | Restart the selected service |
141
+ | `r` | Restart the selected service, or retry the focused offline host |
142
+ | `c` | Reopen the credential prompt for the focused host |
141
143
  | `s` | Stop a container or kill a native process |
142
144
  | `t` | Start a Docker container |
143
145
  | `l` | Toggle live logs |
144
- | `a` / `x` | Add or close a host pane |
146
+ | `a` / `x` | Add or close a host tab |
145
147
  | `h` | Return to the host selector |
146
148
  | `q` | Quit |
147
149
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homelab-tui",
3
- "version": "2.0.2",
3
+ "version": "2.2.0",
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": {