mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:20:43 +00:00
docs: batch fix filler Note/page openers and one TUI auth Warning
- gateway/authentication: tighten model-provider Note opener - help/debugging: drop 'this page covers' filler - reference/session-management-compaction: rephrase end-to-end intro - reference/transcript-hygiene: drop 'this document describes' filler - web/index: collapse 'this page focuses' filler - web/tui: convert prose --url Note to Warning component
This commit is contained in:
@@ -12,8 +12,7 @@ The Gateway serves a small **browser Control UI** (Vite + Lit) from the same por
|
||||
- with `gateway.tls.enabled: true`: `https://<host>:18789/`
|
||||
- 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.
|
||||
Capabilities live in [Control UI](/web/control-ui). The rest of this page focuses on bind modes, security, and web-facing surfaces.
|
||||
|
||||
## Webhooks
|
||||
|
||||
|
||||
@@ -217,9 +217,9 @@ Tips:
|
||||
- `--timeout-ms <ms>`: Agent timeout in ms (defaults to `agents.defaults.timeoutSeconds`)
|
||||
- `--history-limit <n>`: History entries to load (default `200`)
|
||||
|
||||
Note: when you set `--url`, the TUI does not fall back to config or environment credentials.
|
||||
Pass `--token` or `--password` explicitly. Missing explicit credentials is an error.
|
||||
In local mode, do not pass `--url`, `--token`, or `--password`.
|
||||
<Warning>
|
||||
When you set `--url`, the TUI does not fall back to config or environment credentials. Pass `--token` or `--password` explicitly. Missing explicit credentials is an error. In local mode, do not pass `--url`, `--token`, or `--password`.
|
||||
</Warning>
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
||||
Reference in New Issue
Block a user