vibelet 1.2.183 → 1.2.185
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 +38 -0
- package/dist/index.cjs +1 -1
- package/dist/inventory-scan-worker.cjs +1 -1
- package/dist/runtime-version.cjs +1 -1
- package/dist/tailcat/vibelet-tailcat-darwin-amd64 +0 -0
- package/dist/tailcat/vibelet-tailcat-darwin-arm64 +0 -0
- package/dist/tailcat/vibelet-tailcat-linux-amd64 +0 -0
- package/dist/tailcat/vibelet-tailcat-linux-arm64 +0 -0
- package/dist/tailcat/vibelet-tailcat-win32-amd64.exe +0 -0
- package/dist/tailcat/vibelet-tailcat-win32-arm64.exe +0 -0
- package/dist/vibelet.mjs +356 -220
- package/dist/web/assets/App-1V1UoQkP.js +12 -0
- package/dist/web/assets/{ArchiveSyncPanel-Dnkaspmd.js → ArchiveSyncPanel-HfbSbAJT.js} +1 -1
- package/dist/web/assets/{ConnectionSettingsPanel-Br7qHYvB.js → ConnectionSettingsPanel-Y8Um-67e.js} +1 -1
- package/dist/web/assets/{DaemonSettingsPanel-BANgginY.js → DaemonSettingsPanel--znFJEC6.js} +1 -1
- package/dist/web/assets/{DiffDrawer-DtuLETbo.js → DiffDrawer-BI-wtkQ_.js} +1 -1
- package/dist/web/assets/FilesControlPanel-B5M5ueO9.js +2 -0
- package/dist/web/assets/LanguageSettingsPanel-BLwzc7Dm.js +1 -0
- package/dist/web/assets/{NotificationSettingsPanel-CwhRDEyv.js → NotificationSettingsPanel-IgZdwrhi.js} +1 -1
- package/dist/web/assets/{SavedTargetsPanel-BPdvJF_n.js → SavedTargetsPanel-DggmoRgT.js} +1 -1
- package/dist/web/assets/ThemeSettingsPanel-vB2Ox3sA.js +1 -0
- package/dist/web/assets/{file-text-C6lQdXN2.js → file-text-NAVq0aqX.js} +1 -1
- package/dist/web/assets/highlighted-body-TPN3WLV5-ClieluW-.js +1 -0
- package/dist/web/assets/{index-uoLYFezU.js → index-CXts92Zv.js} +10 -10
- package/dist/web/assets/index-D8mZeSsk.css +1 -0
- package/dist/web/assets/{mermaid-O7DHMXV3-nvIRGE2J.js → mermaid-O7DHMXV3-D0ujIgIK.js} +49 -49
- package/dist/web/assets/splash-logo-SQcOtj-8.png +0 -0
- package/dist/web/index.html +2 -2
- package/dist/web/logo.svg +13 -0
- package/package.json +2 -1
- package/dist/web/assets/App-CVkhf43f.js +0 -11
- package/dist/web/assets/FilesControlPanel-DIVZPGG9.js +0 -2
- package/dist/web/assets/LanguageSettingsPanel-B-MqFdLO.js +0 -1
- package/dist/web/assets/highlighted-body-TPN3WLV5-BMFXSJ1c.js +0 -1
- package/dist/web/assets/index-D3gAUQHc.css +0 -1
package/README.md
CHANGED
|
@@ -40,6 +40,10 @@ vibelet --help # Show help
|
|
|
40
40
|
vibelet --version # Show CLI version
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
+
The printed `Web UI` link uses `http://localhost:<port>` for a stable, browser-trusted
|
|
44
|
+
same-machine connection. When another advertised route is available, the CLI also
|
|
45
|
+
prints `Web UI (other devices)` for LAN or remote browsers.
|
|
46
|
+
|
|
43
47
|
## Options
|
|
44
48
|
|
|
45
49
|
```bash
|
|
@@ -49,6 +53,8 @@ vibelet --access=https://<your-tunnel-url> # Use your own tunnel URL
|
|
|
49
53
|
vibelet --access=<tailscale-or-lan-host> # Use a direct private-network host
|
|
50
54
|
vibelet --access=<host>,<fallback1> # Add fallback private-network hosts
|
|
51
55
|
vibelet --access= # Clear saved relay URL
|
|
56
|
+
vibelet --tailcat # Enable account-free Tailcat direct access
|
|
57
|
+
vibelet --no-tailcat # Disable previously enabled Tailcat access
|
|
52
58
|
```
|
|
53
59
|
|
|
54
60
|
Remote access is enabled by default for `vibelet`, `vibelet start`, `vibelet restart`, and `vibelet reset`. Use `--access=local` when you want a LAN-only QR code for that run. Legacy aliases still work: `--local`, `--relay`, `--host`, `--fallback-hosts`, `--remote`, and `--tunnel`.
|
|
@@ -61,6 +67,38 @@ modified. Versions older than 2026.5.2 temporarily stay on HTTP/2 because their
|
|
|
61
67
|
automatic QUIC fallback can delay tunnel readiness for minutes. Update metadata
|
|
62
68
|
is stored in `~/.vibelet/cloudflared-update.json`.
|
|
63
69
|
|
|
70
|
+
## Tailcat direct access
|
|
71
|
+
|
|
72
|
+
Tailcat gives Vibelet a userspace, end-to-end WireGuard-encrypted connection
|
|
73
|
+
without requiring a Tailscale account, root/admin access, an inbound port, or
|
|
74
|
+
changes to the computer's VPN, DNS, and routes. Enable it on the computer:
|
|
75
|
+
|
|
76
|
+
```bash
|
|
77
|
+
npx vibelet --tailcat
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
Then scan the newly printed QR code with a Vibelet app build that includes
|
|
81
|
+
Tailcat support. The app races the eligible connection paths and uses the first
|
|
82
|
+
healthy one. Tailcat bootstraps through DERP and upgrades to a direct P2P UDP
|
|
83
|
+
path when NAT traversal succeeds; if it cannot become direct, DERP can remain
|
|
84
|
+
the encrypted relay. LAN, Tailscale, and Cloudflare targets stay available as
|
|
85
|
+
Vibelet fallbacks.
|
|
86
|
+
|
|
87
|
+
The `--tailcat` choice is stored in `~/.vibelet/tailcat.json` and reused by
|
|
88
|
+
later starts and restarts. Turn it off with:
|
|
89
|
+
|
|
90
|
+
```bash
|
|
91
|
+
npx vibelet --no-tailcat
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
Seeing `127.0.0.1:39876` in the mobile app is expected: it is the app-local
|
|
95
|
+
loopback forwarder, not the remote computer's address. Its upstream connection
|
|
96
|
+
is the encrypted Tailcat path. Use `npx vibelet status` to check whether the
|
|
97
|
+
Tailcat sidecar is enabled and running, and `npx vibelet logs` if startup fails.
|
|
98
|
+
Make sure both devices can make outbound HTTPS connections; direct P2P also
|
|
99
|
+
benefits from outbound UDP. Never share a pairing QR code or a raw `tc...`
|
|
100
|
+
connection token publicly.
|
|
101
|
+
|
|
64
102
|
## Release
|
|
65
103
|
|
|
66
104
|
```bash
|