refactor: rename to openclaw

This commit is contained in:
Peter Steinberger
2026-01-30 03:15:10 +01:00
parent 4583f88626
commit 9a7160786a
2357 changed files with 16688 additions and 16788 deletions
+5 -5
View File
@@ -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
}
}
```