docs: clarify crabbox auth · openclaw/openclaw@bfd3c2a
steipete
·
2026-05-01
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -17,7 +17,10 @@ runner class, reusable warm state, or a Blacksmith alternative.
|
17 | 17 | - Use Crabbox for broad OpenClaw gates when owned AWS/Hetzner capacity is the |
18 | 18 | right remote lane. |
19 | 19 | - Check `.crabbox.yaml` for repo defaults before adding flags. |
20 | | -- Install with `brew install openclaw/tap/crabbox`; auth is required before use: `crabbox login`. |
| 20 | +- Install with `brew install openclaw/tap/crabbox`; auth is required before use: |
| 21 | +`printf '%s' "$CRABBOX_COORDINATOR_TOKEN" | crabbox login --url https://crabbox-coordinator.steipete.workers.dev --provider aws --token-stdin`. |
| 22 | +- On macOS the user config is `~/Library/Application Support/crabbox/config.yaml`; |
| 23 | + it must include `broker.url`, `broker.token`, and usually `provider: aws`. |
21 | 24 | |
22 | 25 | ## OpenClaw Flow |
23 | 26 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。