You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replace `openclaw secrets reload` with direct WebSocket RPC via
node. The openclaw CLI hangs in container environments (confirmed
bug in openclaw 2026.4.5 where any subcommand hangs). The node
script reads gateway config from disk, opens a WebSocket to
127.0.0.1, and sends the secrets.reload RPC directly.
- Add retry with backoff for startup env injection. Sluice starts
before openclaw (compose healthcheck ordering), so the first few
docker exec attempts fail with "container not running". Retries
at 0, 2, 5, 10, 30 second intervals.
- Add --bypass 127.0.0.0/8 and ::1/128 to tun2proxy in all compose
files so localhost traffic inside the openclaw container stays on
loopback and doesn't get routed through the SOCKS5 proxy.
0 commit comments