Commit Graph

18 Commits

Author SHA1 Message Date
254b6cba64 feat: expose GitHub PAT secret as GITHUB_TOKEN 2026-04-06 13:31:22 +00:00
e312282660 fix: add canvas patch import to NODE_OPTIONS 2026-03-13 09:34:42 +00:00
d120db533a fix(route): inject Origin header for native app canvas WebSocket auth
Native iOS/macOS apps do not send an Origin header in WebSocket connections.
The gateway checkBrowserOrigin() fails immediately on null origin before any
allowedOrigins check can run. Injecting Origin at the HAProxy ingress level
gives the gateway a valid origin to validate against the existing allowedOrigins
list (https://openclaw.apps.lab.apilab.us).

Related: openclaw/openclaw#24055, #35030, #35109
2026-03-13 07:22:42 +00:00
514f78a118 added path 2026-03-13 17:01:56 +11:00
bc32163c36 added path 2026-03-13 16:47:20 +11:00
fafba9d0d7 added --no-network-family-autoselection 2026-02-18 21:30:59 +11:00
17aa4ab7d5 typo 2026-02-18 20:18:22 +11:00
e86dd71ba5 added ipv4 override for node options 2026-02-18 20:16:55 +11:00
f2ed01ee0f updated TZ 2026-02-09 18:17:31 +11:00
ee92b1ec26 added timezone 2026-02-03 14:50:12 +11:00
Clawdbot
fdcc51fa47 fix: use 'lan' bind mode instead of raw IP 2026-01-30 12:10:58 +00:00
Clawdbot
df1b723c6f feat: bootstrap openclaw config and run gateway
- Remove debug sleep infinity mode
- Add bootstrap logic: runs 'onboard --non-interactive' if config missing
- Run gateway on port 18789 bound to 0.0.0.0
- Add containerPort declaration
2026-01-30 11:57:18 +00:00
Clawdbot
04bc284fed debug: run sleep infinity (remove init + gateway) for interactive inspection 2026-01-30 11:30:24 +00:00
Clawdbot
a66bad33e2 deploy: initContainer openclaw setup + run gateway as command 2026-01-30 11:22:32 +00:00
Clawdbot
6cdaa1a0b9 storage: single 10Gi PVC for /home/node (persist all state) 2026-01-30 10:57:37 +00:00
Clawdbot
1d3f357e2a manifests: remove seed config secret (PVC-only config) 2026-01-30 10:39:37 +00:00
Clawdbot
c29dd778b2 config: make openclaw-config secret minimal placeholder 2026-01-30 10:36:35 +00:00
Clawdbot
46bf054e0b Initial OpenClaw GitOps skeleton 2026-01-30 10:18:11 +00:00