File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ WORKDIR /data
1212RUN mkdir -p /data && chown node:node /data
1313
1414# Install OpenClaw globally from npm
15- RUN npm install -g openclaw@2026.2.22
15+ RUN npm install -g openclaw@2026.2.23
1616
1717# Redirect future npm global installs to persistent volume
1818ENV NPM_CONFIG_PREFIX=/data/.npm-global
Original file line number Diff line number Diff line change @@ -626,6 +626,8 @@ function handleApiSetup(req, res) {
626626 // either accessing over a secure local network or e2e encrypted
627627 // remotely via tailscale.
628628 allowInsecureAuth : true ,
629+ // Disable device auth as this would break access via umbrel.local
630+ dangerouslyDisableDeviceAuth : true
629631 } ,
630632 auth : {
631633 mode : "token" ,
You can’t perform that action at this time.
0 commit comments