fix: 修复 docker 版本VNC 服务权限问题

This commit is contained in:
mofeng-git 2025-09-30 23:53:35 +08:00
parent 67b943c151
commit 65874c6b43
2 changed files with 3 additions and 1 deletions

View File

@ -110,6 +110,8 @@ RUN sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/' /etc/apt/sources.lis
/run/kvmd \
/tmp/kvmd-nginx \
&& touch /run/kvmd/ustreamer.sock \
&& groupadd kvmd-selfauth \
&& usermod -a -G kvmd-selfauth root \
&& apt clean \
&& rm -rf /var/lib/apt/lists/* \
&& rm -rf /tmp/lib /tmp/wheel \

View File

@ -6,4 +6,4 @@
#
# NEVER use the same passwords for KVMD, IPMI and VNCAuth users.
admin
admin -> admin:admin