mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
Improve OpenClaw Docker UI smoke pairing ergonomics
This commit is contained in:
parent
084c0a19a2
commit
9dbd72cffd
3 changed files with 43 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ What this command does:
|
|||
- starts `openclaw-gateway` via Compose (with required `/tmp` tmpfs override)
|
||||
- waits for health and prints:
|
||||
- `http://127.0.0.1:18789/#token=...`
|
||||
- disables Control UI device pairing by default for local smoke ergonomics
|
||||
|
||||
Environment knobs:
|
||||
|
||||
|
|
@ -50,6 +51,8 @@ Environment knobs:
|
|||
- `OPENCLAW_GATEWAY_TOKEN` (default random)
|
||||
- `OPENCLAW_BUILD=0` to skip rebuild
|
||||
- `OPENCLAW_OPEN_BROWSER=1` to auto-open the URL on macOS
|
||||
- `OPENCLAW_DISABLE_DEVICE_AUTH=1` (default) disables Control UI device pairing for local smoke
|
||||
- `OPENCLAW_DISABLE_DEVICE_AUTH=0` keeps pairing enabled (then approve browser with `devices` CLI commands)
|
||||
|
||||
### Authenticated mode
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue