Skip to content

Commit 6ad62e6

Browse files
chore: bump openclaw to 2026.2.23 (#22)
1 parent 76fd836 commit 6ad62e6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ WORKDIR /data
1212
RUN 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
1818
ENV NPM_CONFIG_PREFIX=/data/.npm-global

server.cjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)