Start OpenClaw node host on ClawdBox boot

This commit is contained in:
Clawdbot
2026-06-07 14:30:07 +10:00
parent 18f559c4e6
commit 48e30b9d0e
8 changed files with 244 additions and 15 deletions

View File

@@ -41,6 +41,16 @@ data:
fi
echo ""
echo "=== OpenClaw Node Host ==="
if command -v status-clawdbox-node > /dev/null 2>&1; then
status-clawdbox-node
elif [ -x /data/agents/clawd/bin/status-clawdbox-node ]; then
/data/agents/clawd/bin/status-clawdbox-node
else
echo "status-clawdbox-node helper not found"
fi
echo ""
echo "=== Disk Space ==="
df -h /data
echo ""

View File

@@ -58,6 +58,16 @@ spec:
value: noninteractive
- name: TZ
value: UTC
- name: OPENCLAW_VERSION
value: "2026.6.1"
- name: OPENCLAW_GATEWAY_HOST
value: openclaw.apps.lab.apilab.us
- name: OPENCLAW_GATEWAY_PORT
value: "443"
- name: OPENCLAW_GATEWAY_TLS
value: "true"
- name: CLAWDBOX_NODE_DISPLAY_NAME
value: ClawdBox-CLI
startupProbe:
tcpSocket:
port: ssh