refactor: rename clawdbot to moltbot with legacy compat

This commit is contained in:
Peter Steinberger
2026-01-27 12:19:58 +00:00
parent 83460df96f
commit 6d16a658e5
1839 changed files with 11250 additions and 11199 deletions

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. `/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: