mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 15:01:41 +03:00
refactor: rename to openclaw
This commit is contained in:
+5
-5
@@ -9,7 +9,7 @@ read_when:
|
||||
The Gateway serves a small **browser Control UI** (Vite + Lit) from the same port as the Gateway WebSocket:
|
||||
|
||||
- default: `http://<host>:18789/`
|
||||
- optional prefix: set `gateway.controlUi.basePath` (e.g. `/moltbot`)
|
||||
- optional prefix: set `gateway.controlUi.basePath` (e.g. `/openclaw`)
|
||||
|
||||
Capabilities live in [Control UI](/web/control-ui).
|
||||
This page focuses on bind modes, security, and web-facing surfaces.
|
||||
@@ -27,7 +27,7 @@ You can control it via config:
|
||||
```json5
|
||||
{
|
||||
gateway: {
|
||||
controlUi: { enabled: true, basePath: "/moltbot" } // basePath optional
|
||||
controlUi: { enabled: true, basePath: "/openclaw" } // basePath optional
|
||||
}
|
||||
}
|
||||
```
|
||||
@@ -50,7 +50,7 @@ Keep the Gateway on loopback and let Tailscale Serve proxy it:
|
||||
Then start the gateway:
|
||||
|
||||
```bash
|
||||
moltbot gateway
|
||||
openclaw gateway
|
||||
```
|
||||
|
||||
Open:
|
||||
@@ -71,7 +71,7 @@ Open:
|
||||
Then start the gateway (token required for non-loopback binds):
|
||||
|
||||
```bash
|
||||
moltbot gateway
|
||||
openclaw gateway
|
||||
```
|
||||
|
||||
Open:
|
||||
@@ -84,7 +84,7 @@ Open:
|
||||
gateway: {
|
||||
bind: "loopback",
|
||||
tailscale: { mode: "funnel" },
|
||||
auth: { mode: "password" } // or CLAWDBOT_GATEWAY_PASSWORD
|
||||
auth: { mode: "password" } // or OPENCLAW_GATEWAY_PASSWORD
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user