mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-05-31 15:49:46 +08:00
feat: 添加 cockpit
This commit is contained in:
@@ -204,6 +204,7 @@ function getIncompleteSidebarZhCN() {
|
||||
{ text: 'webvirtcloud_retspen', link: '/incomplete/webvirtcloud_retspen.html' },
|
||||
{ text: 'pterodactyl', link: '/incomplete/pterodactyl.html' },
|
||||
{ text: 'convoy', link: '/incomplete/convoy.html' },
|
||||
{ text: 'cockpit', link: '/incomplete/cockpit.html' },
|
||||
{ text: 'virtualizor-docker', link: '/incomplete/virtualizor-docker.html' },
|
||||
{ text: 'bashvm', link: '/incomplete/bashvm.html' },
|
||||
{ text: 'webvirtmgr', link: '/incomplete/webvirtmgr.html' },
|
||||
@@ -324,6 +325,7 @@ function getIncompleteSidebarEnUS() {
|
||||
{ text: 'webvirtcloud_retspen', link: '/en/incomplete/webvirtcloud_retspen.html' },
|
||||
{ text: 'pterodactyl', link: '/en/incomplete/pterodactyl.html' },
|
||||
{ text: 'convoy', link: '/en/incomplete/convoy.html' },
|
||||
{ text: 'cockpit', link: '/en/incomplete/cockpit.html' },
|
||||
{ text: 'virtualizor-docker', link: '/en/incomplete/virtualizor-docker.html' },
|
||||
{ text: 'bashvm', link: '/en/incomplete/bashvm.html' },
|
||||
{ text: 'webvirtmgr', link: '/en/incomplete/webvirtmgr.html' },
|
||||
|
||||
@@ -12,6 +12,6 @@ https://bashvm.com/
|
||||
|
||||
If you want to go deeper into how to open a VM and how to forward ports, then this program will start completely from the bottom and teach you step by step how to open a VM!
|
||||
|
||||
## Cons
|
||||
## Disadvantages
|
||||
|
||||
Very tedious and time consuming, not as fast as other programs to set up a network and open a VM
|
||||
49
docs/en/incomplete/cockpit.md
Normal file
49
docs/en/incomplete/cockpit.md
Normal file
@@ -0,0 +1,49 @@
|
||||
---
|
||||
outline: deep
|
||||
---
|
||||
|
||||
## Repo
|
||||
|
||||
[](https://hits.spiritlhl.net)
|
||||
|
||||
https://github.com/oneclickvirt/cockpit
|
||||
|
||||
## Installation
|
||||
|
||||
Supported Systems: Debian,Ubuntu,Almalinux,Rockylinux,Fedora,Centos,Arch
|
||||
|
||||
```shell
|
||||
curl -L https://raw.githubusercontent.com/oneclickvirt/cockpit/refs/heads/main/scripts/install.sh -o install.sh && chmod +x install.sh
|
||||
```
|
||||
|
||||
Install only with Podman containers
|
||||
|
||||
```shell
|
||||
bash install.sh --ct
|
||||
```
|
||||
|
||||
Install only with virtual machines
|
||||
|
||||
```shell
|
||||
bash install.sh --vm
|
||||
```
|
||||
|
||||
Panel Mount Only
|
||||
|
||||
```shell
|
||||
bash install.sh
|
||||
```
|
||||
|
||||
Both container and VM dependencies are installed
|
||||
|
||||
```shell
|
||||
bash install.sh --all
|
||||
```
|
||||
|
||||
## Disadvantages
|
||||
|
||||
The network is self-configuring, the mirrors are self-importing, the ports are self-mapped, and there is just one more GUI interface than the command line.
|
||||
|
||||
## Thanks
|
||||
|
||||
https://cockpit-project.org/running.html
|
||||
49
docs/incomplete/cockpit.md
Normal file
49
docs/incomplete/cockpit.md
Normal file
@@ -0,0 +1,49 @@
|
||||
---
|
||||
outline: deep
|
||||
---
|
||||
|
||||
## 仓库
|
||||
|
||||
[](https://hits.spiritlhl.net)
|
||||
|
||||
https://github.com/oneclickvirt/cockpit
|
||||
|
||||
## 安装
|
||||
|
||||
支持的系统:Debian,Ubuntu,Almalinux,Rockylinux,Fedora,Centos,Arch
|
||||
|
||||
```shell
|
||||
curl -L https://raw.githubusercontent.com/oneclickvirt/cockpit/refs/heads/main/scripts/install.sh -o install.sh && chmod +x install.sh
|
||||
```
|
||||
|
||||
只安装带容器的
|
||||
|
||||
```shell
|
||||
bash install.sh --ct
|
||||
```
|
||||
|
||||
只安装带虚拟机的
|
||||
|
||||
```shell
|
||||
bash install.sh --vm
|
||||
```
|
||||
|
||||
仅安装面板
|
||||
|
||||
```shell
|
||||
bash install.sh
|
||||
```
|
||||
|
||||
容器和虚拟机依赖都进行安装
|
||||
|
||||
```shell
|
||||
bash install.sh --all
|
||||
```
|
||||
|
||||
## 缺点
|
||||
|
||||
网络自行配置,镜像自行导入,端口自行映射,只是比纯命令行多了一个GUI界面罢了
|
||||
|
||||
## 致谢
|
||||
|
||||
https://cockpit-project.org/running.html
|
||||
Reference in New Issue
Block a user