From 6512f3662fdf5a22a1c509537ea5bf8a15292cf1 Mon Sep 17 00:00:00 2001 From: Ojus Save Date: Mon, 26 Jan 2026 00:36:52 -0800 Subject: [PATCH] fix(render): simplify dockerCommand, use token auth with CLAWDBOT_GATEWAY_TOKEN --- render.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/render.yaml b/render.yaml index 26c935558..2713783d9 100644 --- a/render.yaml +++ b/render.yaml @@ -3,11 +3,11 @@ services: name: clawdbot runtime: docker plan: starter - dockerCommand: sh scripts/render-start.sh + dockerCommand: node dist/index.js gateway run --port 8080 --bind lan --auth token --allow-unconfigured envVars: - key: PORT value: "8080" - - key: CLAWDBOT_GATEWAY_PASSWORD + - key: CLAWDBOT_GATEWAY_TOKEN sync: false - key: CLAWDBOT_STATE_DIR value: /data/.clawdbot