Skip to content

Commit

Permalink
更像说明
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeng-git committed Jun 18, 2024
1 parent daa4b72 commit 9b97e01
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ One-KVM 是基于经济计算机硬件(目前为玩客云和 X64 兼容机)

**方式二:One-KVM 脚本安装**

一键脚本,适用于玩客云 Armbian Jammy 系统。更多系统正在适配中。

```bash
git clone https://github.com/mofeng-git/One-KVM.git
cd One-KVM
bash install.sh
#第一阶段安装完成需要重启,再进行第二阶段安装
bash install.sh

#可选功能:H.264 视频编码
bash kvmd_h264_install.sh
Expand Down Expand Up @@ -55,8 +56,19 @@ docker run -itd -p443:443 -p80:80 --name pikvm-docker --device=/dev/ttyUSB0:/dev
| 视频流格式 | MJPEG H.264(软编码) | MJPEG, H.264 | MJPEG, H.264 |
| 最大视频分辨率 | 1920x1080 | 1920x1080 | 1920x1080 |

### 已测试设备
- 玩客云

此脚本删除了对上游对树莓派设备的支持,如有需要请访问 [srepac/kvmd-armbian](https://github.com/srepac/kvmd-armbian/blob/master/install.sh)

### 其他

目前此脚本基于[srepac/kvmd-armbian](https://github.com/srepac/kvmd-armbian/)项目重构了One-KVM安装脚本,做了如下修改:
1. 适配玩客云,添加了初步CHROOT自动化支持
2. 资源本地化,减小网络原因的影响
3. 添加kvmd-ffmpeg和kvmd-display服务安装脚本
4. HTML汉化和一些微调


**赞助**

Expand Down

0 comments on commit 9b97e01

Please sign in to comment.