docs: note tailscale gmail path behavior

This commit is contained in:
Peter Steinberger
2025-12-24 21:56:21 +00:00
parent cffac6e11a
commit c1d170e13d
2 changed files with 9 additions and 1 deletions

View File

@@ -375,13 +375,16 @@ Gmail helper config (used by `clawdis hooks gmail setup` / `run`):
includeBody: true,
maxBytes: 20000,
renewEveryMinutes: 720,
serve: { bind: "127.0.0.1", port: 8788, path: "/gmail-pubsub" },
serve: { bind: "127.0.0.1", port: 8788, path: "/" },
tailscale: { mode: "funnel", path: "/gmail-pubsub" },
}
}
}
```
Note: when `tailscale.mode` is on, Clawdis defaults `serve.path` to `/` so
Tailscale can proxy `/gmail-pubsub` correctly (it strips the set-path prefix).
### `canvasHost` (LAN/tailnet Canvas file server + live reload)
The Gateway serves a directory of HTML/CSS/JS over HTTP so iOS/Android nodes can simply `canvas.navigate` to it.