homelab-tui 2.2.0 → 2.3.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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,7 +35,7 @@
35
35
  <a href="https://github.com/ACHRAF-YOUSSEF/homelab-tui/issues">Issues</a>
36
36
  </p>
37
37
 
38
- ![homelab-tui service monitoring and live logs](assets/logs.png)
38
+ ![homelab-tui multi-host tabs with service monitoring and live logs](assets/logs.png)
39
39
 
40
40
  homelab-tui connects to Linux, macOS, and Windows hosts over SSH, discovers Docker containers and native services, displays system metrics and logs, and provides guarded service controls from one terminal.
41
41
 
@@ -138,7 +138,7 @@ Passwords and private-key passphrases are prompted at launch and are never store
138
138
  | `/` | Search services |
139
139
  | `f` | Cycle filters |
140
140
  | `o` | Cycle sorting |
141
- | `r` | Restart the selected service, or retry the focused offline host |
141
+ | `r` | Restart the selected service, or reconnect the focused offline host |
142
142
  | `c` | Reopen the credential prompt for the focused host |
143
143
  | `s` | Stop a container or kill a native process |
144
144
  | `t` | Start a Docker container |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homelab-tui",
3
- "version": "2.2.0",
3
+ "version": "2.3.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": {