@mmmbuto/nexuscrew 0.8.23 → 0.8.24
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 +7 -3
- package/frontend/dist/assets/index-CU9OOtL-.js +91 -0
- package/frontend/dist/index.html +1 -1
- package/frontend/dist/version.json +1 -1
- package/lib/cli/commands.js +16 -2
- package/lib/nodes/store.js +40 -1
- package/lib/settings/pairing-coordinator.js +22 -1
- package/lib/settings/public-peering-routes.js +11 -2
- package/lib/settings/routes.js +14 -5
- package/package.json +1 -1
- package/frontend/dist/assets/index-C0QL3gEp.js +0 -91
package/README.md
CHANGED
|
@@ -94,6 +94,7 @@ headless hosts and VPS installations.
|
|
|
94
94
|
| Command | Purpose |
|
|
95
95
|
|---|---|
|
|
96
96
|
| `nexuscrew` | Start or reuse the background runtime and print a short status |
|
|
97
|
+
| `nexuscrew init [--dry-run] [--port PORT]` | Initialize missing local stores idempotently or preview the operation |
|
|
97
98
|
| `nexuscrew show` | Start when needed and open the authenticated PWA |
|
|
98
99
|
| `nexuscrew show token` | Print the authenticated browser link without opening it |
|
|
99
100
|
| `nexuscrew status` | Show service, port, role and node status |
|
|
@@ -226,6 +227,11 @@ single pairing link or QR code:
|
|
|
226
227
|
4. If the portable address cannot select the correct key, open **Advanced / edit** and replace
|
|
227
228
|
it with the SSH alias that already works from that device.
|
|
228
229
|
|
|
230
|
+
Advanced settings keep the local display label separate from the local route handle. The route
|
|
231
|
+
defaults to a readable slug plus a stable node-ID suffix, so devices that all report the hostname
|
|
232
|
+
`localhost` still receive distinct handles. If a hub reports a collision, NexusCrew applies its
|
|
233
|
+
deterministic suggestion and lets the device retry with the same invitation.
|
|
234
|
+
|
|
229
235
|
NexusCrew creates one supervised `ssh` process for the hub connection and proves the forwarded
|
|
230
236
|
TCP endpoint before reporting success. It does not generate SSH keys, edit `authorized_keys`,
|
|
231
237
|
or use `autossh` as a hidden second supervisor.
|
|
@@ -397,9 +403,7 @@ See [CHANGELOG.md](CHANGELOG.md) for released changes.
|
|
|
397
403
|
|
|
398
404
|
## Status
|
|
399
405
|
|
|
400
|
-
The current
|
|
401
|
-
GitHub tag and release remain on **v0.8.20** until the prepared `main` release receives explicit
|
|
402
|
-
approval.
|
|
406
|
+
The current stable release is **v0.8.24** on npm and GitHub.
|
|
403
407
|
|
|
404
408
|
## License
|
|
405
409
|
|