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.
- package/README.md +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
|
-

|
|
38
|
+

|
|
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
|
|
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 |
|