@mmmbuto/nexuscrew 0.8.14 → 0.8.15
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 +8 -3
- package/frontend/dist/assets/index-BD-7qEsn.js +91 -0
- package/frontend/dist/assets/{index-CopPQTMk.css → index-C-JOkuIc.css} +1 -1
- package/frontend/dist/index.html +2 -2
- package/frontend/dist/version.json +1 -1
- package/lib/nodes/peering.js +24 -7
- package/lib/nodes/tunnel-supervisor.js +10 -0
- package/lib/nodes/tunnel.js +9 -0
- package/package.json +1 -1
- package/frontend/dist/assets/index-BR2Qfqi2.js +0 -91
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ panes, windows. tmux does the work; the browser is just a faithful client.
|
|
|
16
16
|
|
|
17
17
|
---
|
|
18
18
|
|
|
19
|
-
## What it is (v0.8.
|
|
19
|
+
## What it is (v0.8.15 "Steady Link")
|
|
20
20
|
|
|
21
21
|
- Runs a small server on the host where your tmux sessions live.
|
|
22
22
|
- Each attach spawns a real PTY running `tmux attach` and bridges its bytes over a WebSocket
|
|
@@ -38,6 +38,8 @@ panes, windows. tmux does the work; the browser is just a faithful client.
|
|
|
38
38
|
reloading terminals or losing a pending layout save. Use `↗` only when you want to detach a
|
|
39
39
|
deck into another browser window or monitor. Every Local or remote owner group ends with its
|
|
40
40
|
own compact `+ new`, so the creation destination is explicit and never falls back elsewhere.
|
|
41
|
+
A dedicated handle reorders owner-qualified deck tabs with mouse, touch, pen, or keyboard;
|
|
42
|
+
the order autosaves locally and survives polling, reloads, rename, and deletion.
|
|
41
43
|
- **Federated Hydra inventory**: connect existing NexusCrew installations through the SSH
|
|
42
44
|
configuration you already control and see local, direct, and relayed tmux fleets in one UI.
|
|
43
45
|
Route labels show where every session lives; creation, attach, files, lifecycle and Fleet
|
|
@@ -46,7 +48,10 @@ panes, windows. tmux does the work; the browser is just a faithful client.
|
|
|
46
48
|
link tests SSH, exchanges the one-time invitation, confirms both directions and verifies
|
|
47
49
|
the peer automatically; failures identify the exact connection stage. A device already
|
|
48
50
|
connected to a hub creates invitations through that hub; a standalone hub asks only for
|
|
49
|
-
the SSH address by which the receiving device can reach it.
|
|
51
|
+
the SSH address by which the receiving device can reach it. Readiness uses a real bounded
|
|
52
|
+
deadline instead of exhausting rapid loopback refusals before a slower mobile SSH handshake
|
|
53
|
+
completes. Per-tunnel logs contain safe supervisor lifecycle markers and actionable SSH
|
|
54
|
+
errors, never argv, host aliases, key paths, tokens, or credentials.
|
|
50
55
|
- **Settings and wizard**: manage roles, nodes, token rotation, and service regeneration
|
|
51
56
|
from the UI; the first-run wizard uses the same pairing flow as Settings.
|
|
52
57
|
- **Cell lifecycle from the UI**: the primary `+` creates a managed Fleet cell at Local or
|
|
@@ -457,7 +462,7 @@ node bin/nexuscrew.js serve
|
|
|
457
462
|
|
|
458
463
|
## Status
|
|
459
464
|
|
|
460
|
-
The current release candidate is **v0.8.
|
|
465
|
+
The current release candidate is **v0.8.15**. npm **`latest`** is promoted from the verified
|
|
461
466
|
artifact first; the GitHub tag and release follow the operator field test from the same source
|
|
462
467
|
candidate.
|
|
463
468
|
|