docs: fix googlechat entity and dedup gateway multiple-gateways section · openclaw/openclaw@219a11d
vincentkoc
·
2026-04-24
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -35,7 +35,7 @@ Status: ready for DMs + spaces via Google Chat API webhooks (HTTP only).
|
35 | 35 | - Under **Connection settings**, select **HTTP endpoint URL**. |
36 | 36 | - Under **Triggers**, select **Use a common HTTP endpoint URL for all triggers** and set it to your gateway's public URL followed by `/googlechat`. |
37 | 37 | - _Tip: Run `openclaw status` to find your gateway's public URL._ |
38 | | -- Under **Visibility**, check **Make this Chat app available to specific people and groups in <Your Domain>**. |
| 38 | +- Under **Visibility**, check **Make this Chat app available to specific people and groups in `<Your Domain>`**. |
39 | 39 | - Enter your email address (e.g. `user@example.com`) in the text box. |
40 | 40 | - Click **Save** at the bottom. |
41 | 41 | 6. **Enable the app status**: |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -162,6 +162,20 @@ What to expect:
|
162 | 162 | answers. |
163 | 163 | - If that is intentional, isolate ports, config/state, and workspace roots per gateway. |
164 | 164 | |
| 165 | +Checklist per instance: |
| 166 | + |
| 167 | +- Unique `gateway.port` |
| 168 | +- Unique `OPENCLAW_CONFIG_PATH` |
| 169 | +- Unique `OPENCLAW_STATE_DIR` |
| 170 | +- Unique `agents.defaults.workspace` |
| 171 | + |
| 172 | +Example: |
| 173 | + |
| 174 | +```bash |
| 175 | +OPENCLAW_CONFIG_PATH=~/.openclaw/a.json OPENCLAW_STATE_DIR=~/.openclaw-a openclaw gateway --port 19001 |
| 176 | +OPENCLAW_CONFIG_PATH=~/.openclaw/b.json OPENCLAW_STATE_DIR=~/.openclaw-b openclaw gateway --port 19002 |
| 177 | +``` |
| 178 | + |
165 | 179 | Detailed setup: [/gateway/multiple-gateways](/gateway/multiple-gateways). |
166 | 180 | |
167 | 181 | ## Remote access |
@@ -270,28 +284,7 @@ Use the same service body as the user unit, but install it under
|
270 | 284 | </Tab> |
271 | 285 | </Tabs> |
272 | 286 | |
273 | | -## Multiple gateways on one host |
274 | | - |
275 | | -Most setups should run **one** Gateway. |
276 | | -Use multiple only for strict isolation/redundancy (for example a rescue profile). |
277 | | - |
278 | | -Checklist per instance: |
279 | | - |
280 | | -- Unique `gateway.port` |
281 | | -- Unique `OPENCLAW_CONFIG_PATH` |
282 | | -- Unique `OPENCLAW_STATE_DIR` |
283 | | -- Unique `agents.defaults.workspace` |
284 | | - |
285 | | -Example: |
286 | | - |
287 | | -```bash |
288 | | -OPENCLAW_CONFIG_PATH=~/.openclaw/a.json OPENCLAW_STATE_DIR=~/.openclaw-a openclaw gateway --port 19001 |
289 | | -OPENCLAW_CONFIG_PATH=~/.openclaw/b.json OPENCLAW_STATE_DIR=~/.openclaw-b openclaw gateway --port 19002 |
290 | | -``` |
291 | | - |
292 | | -See: [Multiple gateways](/gateway/multiple-gateways). |
293 | | - |
294 | | -### Dev profile quick path |
| 287 | +## Dev profile quick path |
295 | 288 | |
296 | 289 | ```bash |
297 | 290 | openclaw --dev setup |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。