Spaces:
Sleeping
Sleeping
Update start-openclaw.sh
Browse files- start-openclaw.sh +9 -0
start-openclaw.sh
CHANGED
|
@@ -275,6 +275,15 @@ if [ ! -f $BASE_DIR/openclaw.json ]; then
|
|
| 275 |
"mode": "off",
|
| 276 |
"resetOnExit": false
|
| 277 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 278 |
"nodes": {
|
| 279 |
"denyCommands": [
|
| 280 |
"camera.snap",
|
|
|
|
| 275 |
"mode": "off",
|
| 276 |
"resetOnExit": false
|
| 277 |
},
|
| 278 |
+
"trustedProxies": ["10.16.0.0/16"],
|
| 279 |
+
"controlUi": {
|
| 280 |
+
"allowedOrigins": [
|
| 281 |
+
"http://localhost:7860",
|
| 282 |
+
"http://127.0.0.1:7860",
|
| 283 |
+
"https://wenyin-openclaw.hf.space"
|
| 284 |
+
]
|
| 285 |
+
}
|
| 286 |
+
},
|
| 287 |
"nodes": {
|
| 288 |
"denyCommands": [
|
| 289 |
"camera.snap",
|