diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index d928c37e90..c3014c0e58 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -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' }, diff --git a/docs/en/incomplete/bashvm.md b/docs/en/incomplete/bashvm.md index a489d0ccc5..c8e26d8172 100644 --- a/docs/en/incomplete/bashvm.md +++ b/docs/en/incomplete/bashvm.md @@ -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 \ No newline at end of file diff --git a/docs/en/incomplete/cockpit.md b/docs/en/incomplete/cockpit.md new file mode 100644 index 0000000000..da9dc2040b --- /dev/null +++ b/docs/en/incomplete/cockpit.md @@ -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: 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 \ No newline at end of file diff --git a/docs/incomplete/cockpit.md b/docs/incomplete/cockpit.md new file mode 100644 index 0000000000..61fc22aa76 --- /dev/null +++ b/docs/incomplete/cockpit.md @@ -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 + +## 安装 + +支持的系统: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 \ No newline at end of file