mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-06-08 15:56:06 +08:00
feat: 添加virtfusion安装说明
This commit is contained in:
55
docs/incomplete/virtfusion.md
Normal file
55
docs/incomplete/virtfusion.md
Normal file
@@ -0,0 +1,55 @@
|
||||
---
|
||||
outline: deep
|
||||
---
|
||||
|
||||
## 官方文档
|
||||
|
||||
https://docs.virtfusion.com/next/installation/control-server/#activating-a-license
|
||||
|
||||
## 一键安装
|
||||
|
||||
debian11
|
||||
|
||||
```shell
|
||||
apt install curl -y
|
||||
curl https://install.virtfusion.net/install-control-debian-11.sh | sh -s -- --verbose
|
||||
```
|
||||
|
||||
debian12
|
||||
|
||||
```shell
|
||||
apt install curl -y
|
||||
curl https://install.virtfusion.net/install-control-debian-12.sh | sh -s -- --verbose
|
||||
```
|
||||
|
||||
RHEL8
|
||||
|
||||
```shell
|
||||
dnf install curl -y
|
||||
curl https://install.virtfusion.net/install-control-rhel-8.sh | sh -s -- --verbose
|
||||
```
|
||||
|
||||
RHEL9
|
||||
|
||||
```shell
|
||||
dnf install curl -y
|
||||
curl https://install.virtfusion.net/install-control-rhel-9.sh | sh -s -- --verbose
|
||||
```
|
||||
|
||||
Ubuntu22.04
|
||||
|
||||
```shell
|
||||
apt install curl -y
|
||||
curl https://install.virtfusion.net/install-control-ubuntu-22.04.sh | sh -s -- --verbose
|
||||
```
|
||||
|
||||
Ubuntu24.04
|
||||
|
||||
```shell
|
||||
apt install curl -y
|
||||
curl https://install.virtfusion.net/install-control-ubuntu-24.04.sh | sh -s -- --verbose
|
||||
```
|
||||
|
||||
## 缺点
|
||||
|
||||
每台服务器每个邮箱只有一次30天试用的证书,无永久的免费的证书
|
||||
Reference in New Issue
Block a user