refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -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. `/clawdbot`)
|
||||
- optional prefix: set `gateway.controlUi.basePath` (e.g. `/moltbot`)
|
||||
|
||||
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: "/clawdbot" } // basePath optional
|
||||
controlUi: { enabled: true, basePath: "/moltbot" } // basePath optional
|
||||
}
|
||||
}
|
||||
```
|
||||
@@ -50,7 +50,7 @@ Keep the Gateway on loopback and let Tailscale Serve proxy it:
|
||||
Then start the gateway:
|
||||
|
||||
```bash
|
||||
clawdbot gateway
|
||||
moltbot gateway
|
||||
```
|
||||
|
||||
Open:
|
||||
@@ -71,7 +71,7 @@ Open:
|
||||
Then start the gateway (token required for non-loopback binds):
|
||||
|
||||
```bash
|
||||
clawdbot gateway
|
||||
moltbot gateway
|
||||
```
|
||||
|
||||
Open:
|
||||
|
||||
Reference in New Issue
Block a user