mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
添加 WEB 终端和以下 Docker 环境变量
NOAUTH 禁用身份认证 NOWEBTERMWRITE 禁用 WEB 终端输入 NOWEBTERM 禁用 WEB 终端 NOVNC 禁用 VNC NOIPMI 禁用 IPMI
This commit is contained in:
3
extras/webterm/nginx.ctx-http.conf
Normal file
3
extras/webterm/nginx.ctx-http.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
upstream ttyd {
|
||||
server unix:/run/kvmd/ttyd.sock fail_timeout=0s max_fails=0;
|
||||
}
|
||||
Reference in New Issue
Block a user