first commit

This commit is contained in:
2026-04-05 15:07:53 +08:00
commit d1bac85f28
30 changed files with 1071 additions and 0 deletions
@@ -0,0 +1,24 @@
version: "3.8"
services:
centos-openclaw:
image: quay.io/centos/centos:stream9
container_name: centos-openclaw
restart: unless-stopped
networks:
- caddy_caddy_net
ports:
- "18789:18789"
volumes:
- openclaw_data:/root/openclaw
command: /bin/bash -c "tail -f /dev/null"
volumes:
openclaw_data:
networks:
caddy_caddy_net:
external: true
+15
View File
@@ -0,0 +1,15 @@
docker compose exec centos-openclaw bash
docker exec -it centos-openclaw /bin/bash
openclaw config set gateway.controlUi.allowedOrigins '["https://lejin82.ooguy.com/"]'
openclaw config set gateway.controlUi.dangerouslyAllowHostHeaderOriginFallback true
openclaw gateway restart
openclaw devices list
openclaw devices approve <THE_DEVICE_ID>
Notion
mkdir -p ~/.config/notion
echo "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" > ~/.config/notion/api_key