docs: note gmail watcher auto-start

This commit is contained in:
Peter Steinberger
2026-01-03 03:03:49 +01:00
parent efd10c49db
commit f4b488e8bd
2 changed files with 11 additions and 1 deletions

View File

@@ -644,6 +644,11 @@ Gmail helper config (used by `clawdis hooks gmail setup` / `run`):
}
```
Gateway auto-start:
- If `hooks.enabled=true` and `hooks.gmail.account` is set, the Gateway starts
`gog gmail watch serve` on boot and auto-renews the watch.
- Set `CLAWDIS_SKIP_GMAIL_WATCHER=1` to disable the auto-start (for manual runs).
Note: when `tailscale.mode` is on, Clawdis defaults `serve.path` to `/` so
Tailscale can proxy `/gmail-pubsub` correctly (it strips the set-path prefix).