Commit Graph

5 Commits

Author SHA1 Message Date
Ojus Save
6512f3662f fix(render): simplify dockerCommand, use token auth with CLAWDBOT_GATEWAY_TOKEN 2026-01-26 00:36:52 -08:00
Ojus Save
fab6b51b6e fix(render): add startup script to configure trusted proxies and insecure UI auth
- Create render-start.sh that writes config before starting gateway
- Configure gateway.trustedProxies for Render's internal network
- Enable gateway.controlUi.allowInsecureAuth to skip device pairing
2026-01-26 00:20:36 -08:00
Ojus Save
09e3212b5b fix(render): add --trust-proxy flag for Render load balancer 2026-01-26 00:09:58 -08:00
Ojus Save
0dff831354 fix(render): use dockerCommand in render.yaml instead of modifying Dockerfile
- Revert Dockerfile to generic CMD for compatibility with other platforms
- Add dockerCommand to render.yaml to run gateway with proper flags
- Use CLAWDBOT_GATEWAY_PASSWORD env var for password auth
- Remove healthCheckPath (gateway uses WebSocket, not HTTP health)
2026-01-25 23:55:18 -08:00
Shadow
136f0d4d1d
Docs: add Render deployment guide (#1975)
Co-authored-by: Anurag Goel <anurag@users.noreply.github.com>
2026-01-25 20:28:53 -06:00