Skip to content

Commit

Permalink
Fix novnc password (#270)
Browse files Browse the repository at this point in the history
* Update base image

* Explicit add PasswordFile location
  • Loading branch information
phdelodder authored Oct 23, 2024
1 parent 8554b1e commit 2ee2d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:12.6-slim
FROM debian:12.7-slim

# Build arguments
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion docker/root/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ if [ "$DECONZ_VNC_MODE" != 0 ]; then
done

# Set VNC security
$GOSU tigervncserver -SecurityTypes "$SECURITYTYPES" "$DECONZ_VNC_DISPLAY"
$GOSU tigervncserver -SecurityTypes "$SECURITYTYPES" -PasswordFile $DECONZ_APPDATA_DIR/vnc/passwd "$DECONZ_VNC_DISPLAY"

# Export VNC display variable
export DISPLAY=$DECONZ_VNC_DISPLAY
Expand Down

0 comments on commit 2ee2d09

Please sign in to comment.