You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Updates documentation for merged changes through
`fefc93e3950493b2348711639155cf25b985b82c`.
## Verification
- An independent documentation writer approved the exact patch.
- Required PR checks must run `npm run docs` before merge.
- A maintainer must inspect and approve any approval-required workflow
runs.
Signed-off-by: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Prekshi Vyas <34834085+prekshivyas@users.noreply.github.com>
|`NEMOCLAW_DASHBOARD_BIND`|*unset* (loopback outside WSL) | Dashboard or API forward bind address. WSL uses an all-interface forward for Windows-host reachability. Set to `0.0.0.0` to opt in to remote bind on other SSH-deployed hosts. |
4748
4750
</AgentOnly>
@@ -4751,10 +4753,10 @@ Passthrough commands do not consume flags intended for the downstream command as
4751
4753
</AgentOnly>
4752
4754
4753
4755
If a port value is not a valid integer or falls outside the allowed range, the CLI exits with an error.
4754
-
`NEMOCLAW_GATEWAY_PORT` also cannot overlap configured service, vLLM, Ollama, Ollama proxy, OpenRouter runtime adapter, or HTTPS Pin Runtime adapter ports, and cannot use reserved auto-allocation ranges or the default inference/proxy ports `8000`, `8081`, `11434`, `11435`, `11437`, and `11438`.
4756
+
`NEMOCLAW_GATEWAY_PORT` also cannot overlap configured service, vLLM, Ollama, Ollama proxy, Bedrock Runtime adapter, OpenRouter runtime adapter, or HTTPS Pin Runtime adapter ports, and cannot use reserved auto-allocation ranges or the default inference/proxy ports `8000`, `8081`, `11434`, `11435`, `11436`, `11437`, and `11438`.
4755
4757
Port `8081` is reserved for authenticated existing-server attachment and the managed llama.cpp runtime.
4756
4758
It cannot be assigned to another configurable NemoClaw service port.
4757
-
When you select OpenRouter, `NEMOCLAW_OPENROUTER_RUNTIME_ADAPTER_PORT`must also be distinct from the gateway, vLLM, Ollama, Ollama proxy, and HTTPS Pin Runtime adapter ports.
4759
+
Each runtime adapter port must be distinct from the gateway, vLLM, Ollama, Ollama proxy, dashboard allocation range, and other runtime adapter ports.
4758
4760
When you run multiple NemoClaw gateways with different `NEMOCLAW_GATEWAY_PORT` values, NemoClaw derives a separate gateway name, state directory, and compatibility container name from the port so one gateway does not tear down another.
4759
4761
Only port `8080` uses a NemoClaw-managed Linux systemd user service or macOS Homebrew service.
4760
4762
NemoClaw-managed gateways on custom ports run as detached processes and do not change the default gateway service.
0 commit comments