mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
feat: 增强初始化脚本功能
- 支持只设置WEB密码而保持admin用户名 - 添加视频格式参数设置支持(VIDEOFORMAT) - 新增HTTP/HTTPS端口配置功能 - 修复依赖包管理和视频格式变量名错误
This commit is contained in:
@@ -45,6 +45,8 @@ RUN sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/' /etc/apt/sources.lis
|
||||
libwebsockets17 \
|
||||
libnss3 \
|
||||
libasound2 \
|
||||
libdrm2 \
|
||||
libx264-164 \
|
||||
nano \
|
||||
unzip \
|
||||
&& if [ ${TARGETARCH} != arm64 ]; then \
|
||||
@@ -63,7 +65,6 @@ RUN sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/' /etc/apt/sources.lis
|
||||
libva2 \
|
||||
libva-drm2 \
|
||||
libva-x11-2 \
|
||||
libdrm2 \
|
||||
mesa-va-drivers \
|
||||
mesa-vdpau-drivers \
|
||||
intel-media-va-driver \
|
||||
|
||||
Reference in New Issue
Block a user