Commit Graph

5 Commits

Author SHA1 Message Date
Ojus Save
e18261e65c debug: write config to both locations 2026-01-26 01:47:51 -08:00
Ojus Save
519ea85238 debug: add verbose output to startup script 2026-01-26 01:38:19 -08:00
Ojus Save
035fa457bd fix(render): use startup script to configure trustedProxies
The key difference from the wrapper:
- Wrapper strips proxy headers before forwarding to internal gateway
- Direct deployment needs trustedProxies config to trust Render's proxy IPs

This script:
1. Creates config with gateway.trustedProxies for Render's internal IPs
2. Sets allowInsecureAuth for Control UI access
3. Starts gateway with token auth
2026-01-26 01:04:34 -08:00
Ojus Save
8396539d7c fix(render): pass password from env var to gateway command 2026-01-26 00:28:59 -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