We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b943c commit 65874c6Copy full SHA for 65874c6
build/Dockerfile
@@ -110,6 +110,8 @@ RUN sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/' /etc/apt/sources.lis
110
/run/kvmd \
111
/tmp/kvmd-nginx \
112
&& touch /run/kvmd/ustreamer.sock \
113
+ && groupadd kvmd-selfauth \
114
+ && usermod -a -G kvmd-selfauth root \
115
&& apt clean \
116
&& rm -rf /var/lib/apt/lists/* \
117
&& rm -rf /tmp/lib /tmp/wheel \
configs/kvmd/vncpasswd
@@ -6,4 +6,4 @@
6
#
7
# NEVER use the same passwords for KVMD, IPMI and VNCAuth users.
8
9
-admin
+admin -> admin:admin
0 commit comments