Skip to content

Commit 5f4cbb3

Browse files
committed
feat: 添加 cockpit
1 parent b832e4a commit 5f4cbb3

File tree

4 files changed

+101
-1
lines changed

4 files changed

+101
-1
lines changed

docs/.vitepress/config.mts

+2
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ function getIncompleteSidebarZhCN() {
204204
{ text: 'webvirtcloud_retspen', link: '/incomplete/webvirtcloud_retspen.html' },
205205
{ text: 'pterodactyl', link: '/incomplete/pterodactyl.html' },
206206
{ text: 'convoy', link: '/incomplete/convoy.html' },
207+
{ text: 'cockpit', link: '/incomplete/cockpit.html' },
207208
{ text: 'virtualizor-docker', link: '/incomplete/virtualizor-docker.html' },
208209
{ text: 'bashvm', link: '/incomplete/bashvm.html' },
209210
{ text: 'webvirtmgr', link: '/incomplete/webvirtmgr.html' },
@@ -324,6 +325,7 @@ function getIncompleteSidebarEnUS() {
324325
{ text: 'webvirtcloud_retspen', link: '/en/incomplete/webvirtcloud_retspen.html' },
325326
{ text: 'pterodactyl', link: '/en/incomplete/pterodactyl.html' },
326327
{ text: 'convoy', link: '/en/incomplete/convoy.html' },
328+
{ text: 'cockpit', link: '/en/incomplete/cockpit.html' },
327329
{ text: 'virtualizor-docker', link: '/en/incomplete/virtualizor-docker.html' },
328330
{ text: 'bashvm', link: '/en/incomplete/bashvm.html' },
329331
{ text: 'webvirtmgr', link: '/en/incomplete/webvirtmgr.html' },

docs/en/incomplete/bashvm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ https://bashvm.com/
1212

1313
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!
1414

15-
## Cons
15+
## Disadvantages
1616

1717
Very tedious and time consuming, not as fast as other programs to set up a network and open a VM

docs/en/incomplete/cockpit.md

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
outline: deep
3+
---
4+
5+
## Repo
6+
7+
[![hits](https://hits.spiritlhl.net/cockpit.svg?action=hit&title=hits&title_bg=%23555555&count_bg=%233aebee&edge_flat=false)](https://hits.spiritlhl.net)
8+
9+
https://github.com/oneclickvirt/cockpit
10+
11+
## Installation
12+
13+
Supported Systems: Debian,Ubuntu,Almalinux,Rockylinux,Fedora,Centos,Arch
14+
15+
```shell
16+
curl -L https://raw.githubusercontent.com/oneclickvirt/cockpit/refs/heads/main/scripts/install.sh -o install.sh && chmod +x install.sh
17+
```
18+
19+
Install only with Podman containers
20+
21+
```shell
22+
bash install.sh --ct
23+
```
24+
25+
Install only with virtual machines
26+
27+
```shell
28+
bash install.sh --vm
29+
```
30+
31+
Panel Mount Only
32+
33+
```shell
34+
bash install.sh
35+
```
36+
37+
Both container and VM dependencies are installed
38+
39+
```shell
40+
bash install.sh --all
41+
```
42+
43+
## Disadvantages
44+
45+
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.
46+
47+
## Thanks
48+
49+
https://cockpit-project.org/running.html

docs/incomplete/cockpit.md

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
outline: deep
3+
---
4+
5+
## 仓库
6+
7+
[![hits](https://hits.spiritlhl.net/cockpit.svg?action=hit&title=hits&title_bg=%23555555&count_bg=%233aebee&edge_flat=false)](https://hits.spiritlhl.net)
8+
9+
https://github.com/oneclickvirt/cockpit
10+
11+
## 安装
12+
13+
支持的系统:Debian,Ubuntu,Almalinux,Rockylinux,Fedora,Centos,Arch
14+
15+
```shell
16+
curl -L https://raw.githubusercontent.com/oneclickvirt/cockpit/refs/heads/main/scripts/install.sh -o install.sh && chmod +x install.sh
17+
```
18+
19+
只安装带容器的
20+
21+
```shell
22+
bash install.sh --ct
23+
```
24+
25+
只安装带虚拟机的
26+
27+
```shell
28+
bash install.sh --vm
29+
```
30+
31+
仅安装面板
32+
33+
```shell
34+
bash install.sh
35+
```
36+
37+
容器和虚拟机依赖都进行安装
38+
39+
```shell
40+
bash install.sh --all
41+
```
42+
43+
## 缺点
44+
45+
网络自行配置,镜像自行导入,端口自行映射,只是比纯命令行多了一个GUI界面罢了
46+
47+
## 致谢
48+
49+
https://cockpit-project.org/running.html

0 commit comments

Comments
 (0)