Update start-openclaw.sh
Browse files- start-openclaw.sh +20 -1
start-openclaw.sh
CHANGED
|
@@ -43,6 +43,26 @@ cat > /root/.openclaw/openclaw.json <<EOF
|
|
| 43 |
"allowInsecureAuth": true,
|
| 44 |
"dangerouslyDisableDeviceAuth": true
|
| 45 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
}
|
| 47 |
}
|
| 48 |
EOF
|
|
@@ -52,5 +72,4 @@ EOF
|
|
| 52 |
|
| 53 |
# 6. ่ฟ่ก
|
| 54 |
openclaw doctor --fix
|
| 55 |
-
exec openclawย installย https://github.com/wu-yc/LabClaw
|
| 56 |
exec openclaw gateway run --port $PORT
|
|
|
|
| 43 |
"allowInsecureAuth": true,
|
| 44 |
"dangerouslyDisableDeviceAuth": true
|
| 45 |
}
|
| 46 |
+
},
|
| 47 |
+
"skills": {
|
| 48 |
+
"tavily": {
|
| 49 |
+
"apiKey": "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",
|
| 50 |
+
"defaultSearchDepth": "advanced",
|
| 51 |
+
"maxResults": 10,
|
| 52 |
+
"timeout": 30000
|
| 53 |
+
},
|
| 54 |
+
"autoLoad": true,
|
| 55 |
+
"safeMode": true
|
| 56 |
+
},
|
| 57 |
+
"security": {
|
| 58 |
+
|
| 59 |
+
"apiKeyProtection": true,
|
| 60 |
+
"disableDangerousCommands": true
|
| 61 |
+
},
|
| 62 |
+
"network": {
|
| 63 |
+
|
| 64 |
+
"enabled": true,
|
| 65 |
+
"allowedDomains": ["tavily.com"]
|
| 66 |
}
|
| 67 |
}
|
| 68 |
EOF
|
|
|
|
| 72 |
|
| 73 |
# 6. ่ฟ่ก
|
| 74 |
openclaw doctor --fix
|
|
|
|
| 75 |
exec openclaw gateway run --port $PORT
|