Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -104,7 +104,7 @@ cat > /root/.openclaw/openclaw.json <<EOF\n\
|
|
| 104 |
\"mode\": \"local\", \"bind\": \"lan\", \"port\": \$PORT,\n\
|
| 105 |
\"trustedProxies\": [\"0.0.0.0/0\", \"10.0.0.0/8\", \"172.16.0.0/12\", \"192.168.0.0/16\"],\n\
|
| 106 |
\"auth\": { \"mode\": \"token\", \"token\": \"\$OPENCLAW_GATEWAY_PASSWORD\" },\n\
|
| 107 |
-
\"controlUi\": { \"allowInsecureAuth\": true,\"allowedOrigins\":[\"http://localhost:7860\",\"https://xt8-claw.hf.space\"]}\n\
|
| 108 |
}\n\
|
| 109 |
}\n\
|
| 110 |
EOF\n\
|
|
|
|
| 104 |
\"mode\": \"local\", \"bind\": \"lan\", \"port\": \$PORT,\n\
|
| 105 |
\"trustedProxies\": [\"0.0.0.0/0\", \"10.0.0.0/8\", \"172.16.0.0/12\", \"192.168.0.0/16\"],\n\
|
| 106 |
\"auth\": { \"mode\": \"token\", \"token\": \"\$OPENCLAW_GATEWAY_PASSWORD\" },\n\
|
| 107 |
+
\"controlUi\": { \"allowInsecureAuth\": true,\"dangerouslyDisableDeviceAuth\": true,\"allowedOrigins\":[\"http://localhost:7860\",\"https://xt8-claw.hf.space\"]}\n\
|
| 108 |
}\n\
|
| 109 |
}\n\
|
| 110 |
EOF\n\
|