feat: 添加 cockpit

This commit is contained in:
spiritlhl
2025-04-28 06:51:04 +00:00
parent b832e4a513
commit 5f4cbb3abe
4 changed files with 101 additions and 1 deletions

View File

@@ -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' },

View File

@@ -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

View File

@@ -0,0 +1,49 @@
---
outline: deep
---
## Repo
[![hits](https://hits.spiritlhl.net/cockpit.svg?action=hit&title=hits&title_bg=%23555555&count_bg=%233aebee&edge_flat=false)](https://hits.spiritlhl.net)
https://github.com/oneclickvirt/cockpit
## Installation
Supported Systems: DebianUbuntuAlmalinuxRockylinuxFedoraCentosArch
```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

View File

@@ -0,0 +1,49 @@
---
outline: deep
---
## 仓库
[![hits](https://hits.spiritlhl.net/cockpit.svg?action=hit&title=hits&title_bg=%23555555&count_bg=%233aebee&edge_flat=false)](https://hits.spiritlhl.net)
https://github.com/oneclickvirt/cockpit
## 安装
支持的系统DebianUbuntuAlmalinuxRockylinuxFedoraCentosArch
```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