Spaces:
Sleeping
Sleeping
Fix: Agregar ambos flags
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -36,7 +36,7 @@ cat > /root/.openclaw/openclaw.json << 'EOF'
|
|
| 36 |
"port": 7860,
|
| 37 |
"trustedProxies": ["0.0.0.0/0", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"],
|
| 38 |
"auth": {"mode": "token", "token": "openclaw123"},
|
| 39 |
-
"controlUi": {"allowInsecureAuth": true, "dangerouslyDisableDeviceAuth": true}
|
| 40 |
}
|
| 41 |
}
|
| 42 |
EOF
|
|
|
|
| 36 |
"port": 7860,
|
| 37 |
"trustedProxies": ["0.0.0.0/0", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"],
|
| 38 |
"auth": {"mode": "token", "token": "openclaw123"},
|
| 39 |
+
"controlUi": {"allowInsecureAuth": true, "dangerouslyAllowHostHeaderOriginFallback": true, "dangerouslyDisableDeviceAuth": true}
|
| 40 |
}
|
| 41 |
}
|
| 42 |
EOF
|