fix: surface upstream gateway timeout for remote OpenClaw/Tailscale connections (#94)
* surface gateway timeout for tailscale * talescale fix #2 - attempt 1 * luke findings fix#1 * add narrow log for clientId * prod safe proxy log * fix log visibility * LAN connection & subagent SOUL|IDENTITY fixes * Initialize missing files for subagent SOUL|IDENTITY * surface missing files in UI * capturing agent - runtime,identity,session * plugin-install fix * fix: recover agent workspace for marketplace installs * fix: recover agent workspace and identity name from file provenance * fix: tolerate webchat session patch blocks during permission updates
This commit is contained in:
@@ -208,6 +208,17 @@ Alternative with SSH:
|
||||
3. Set `STUDIO_ACCESS_TOKEN` if Studio binds to a public host.
|
||||
4. Configure the gateway URL and token inside Studio.
|
||||
|
||||
### Studio on LAN or Tailscale for other devices
|
||||
|
||||
1. Start Studio with `HOST=0.0.0.0` (or a specific LAN/Tailscale host).
|
||||
2. Set `STUDIO_ACCESS_TOKEN` before exposing Studio beyond localhost.
|
||||
3. Open Claw3D from the LAN/Tailscale address instead of `localhost`.
|
||||
4. If you are connecting to a remote OpenClaw gateway, remember device approval is per browser/device. A new browser may still require:
|
||||
|
||||
```bash
|
||||
openclaw devices approve --latest
|
||||
```
|
||||
|
||||
## Tech Stack
|
||||
|
||||
- Next.js App Router, React, and TypeScript for the main web application.
|
||||
|
||||
Reference in New Issue
Block a user