mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
feat: 一些新功能和修复
1.启用初步 DRM 显示支持 2.预装 gostc 内网穿透 3.修复 systemd.journal 缺失问题
This commit is contained in:
6
extras/gostc/manifest.yaml
Normal file
6
extras/gostc/manifest.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
name: GOSTC
|
||||
description: GOSTC Server
|
||||
icon: share/svg/gostc.svg
|
||||
path: extras/gostc
|
||||
daemon: kvmd-gostc
|
||||
place: 11
|
||||
7
extras/gostc/nginx.ctx-server.conf
Normal file
7
extras/gostc/nginx.ctx-server.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
location /extras/gostc {
|
||||
proxy_pass http://127.0.0.1:18080;
|
||||
include /etc/kvmd/nginx/loc-proxy.conf;
|
||||
include /etc/kvmd/nginx/loc-websocket.conf;
|
||||
include /etc/kvmd/nginx/loc-login.conf;
|
||||
include /etc/kvmd/nginx/loc-nocache.conf;
|
||||
}
|
||||
Reference in New Issue
Block a user