@shipers-dev/multi 0.66.0 → 0.67.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 +1 -9
- package/dist/index.js +624 -2247
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,13 +29,7 @@ MULTI_API=http://localhost:8787 multi-agent setup
|
|
|
29
29
|
MULTI_API=http://localhost:8787 multi-agent start
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
The resolved API base URL is printed at start.
|
|
33
|
-
|
|
34
|
-
- skips spawning `cloudflared` (no quick-tunnel),
|
|
35
|
-
- advertises `http://127.0.0.1:<port>` as its push endpoint, so the local worker can reach the daemon directly over loopback,
|
|
36
|
-
- skips the tunnel self-heal + DNS probe loops.
|
|
37
|
-
|
|
38
|
-
`MULTI_API_URL` is still accepted as a fallback alias. CLI flag `--api <url>` overrides both.
|
|
32
|
+
The resolved API base URL is printed at start. `MULTI_API_URL` is still accepted as a fallback alias. CLI flag `--api <url>` overrides both.
|
|
39
33
|
|
|
40
34
|
## Common env vars
|
|
41
35
|
|
|
@@ -43,5 +37,3 @@ The resolved API base URL is printed at start. When the host is `localhost` / `1
|
|
|
43
37
|
| --- | --- |
|
|
44
38
|
| `MULTI_API` | API base URL (default `https://multi-api.adnb3r.workers.dev`) |
|
|
45
39
|
| `MULTI_MAX_CONCURRENT` | Max concurrent tasks per device (default 3) |
|
|
46
|
-
| `MULTI_TUNNEL_NAME` | Use a named cloudflared tunnel instead of quick tunnel |
|
|
47
|
-
| `MULTI_TUNNEL_HOSTNAME` | Public hostname routed to the named tunnel |
|