mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-06-20 15:06:03 +08:00
update
This commit is contained in:
@@ -147,6 +147,8 @@ Before initiating the batch creation process, please use the 'screen' command to
|
||||
- You can customize the number of CPU cores, memory size, disk size, and which storage disk on the host machine to use for batch creation. Ensure you calculate available resources before proceeding.
|
||||
- Relevant information about the virtual machines will be stored in the 'NOTES' section of the corresponding VM on the web interface, where you can view them.
|
||||
- If the host machine comes with an IPv6 subnet, an IPv6 network will be automatically attached, although there will be no public IPv6 addresses available.
|
||||
- Optionally enable or disable standalone IPV6, requires the host to have at least one /64 subnet.
|
||||
|
||||
Command:
|
||||
|
||||
```shell
|
||||
@@ -191,6 +193,7 @@ Before use, ensure that the current host machine has at least 2 available IP add
|
||||
- Automatically detect available IP ranges. Use ping to identify unallocated IP addresses and select one to bind to the virtual machine.
|
||||
- If the host machine has an accompanying IPv6 subnet, there will be an option to attach an IPv6 address.
|
||||
- Relevant system information will be stored in the corresponding virtual machine's NOTE section, accessible for viewing on the web interface.
|
||||
- Optionally enable or disable standalone IPV6, requires the host to have at least one /64 subnet.
|
||||
|
||||
Command:
|
||||
|
||||
@@ -228,6 +231,7 @@ The above command is used to create a virtual machine with a dedicated IPv4 addr
|
||||
- If the host machine comes with an IPV6 subnet, you can choose whether to add an IPV6 address additionally.
|
||||
- If the vendor has provided an IPV4 address and subnet length, please carefully compare and write the parameters in the command format shown below.
|
||||
- Relevant system information will be stored in the NOTE of the corresponding virtual machine and can be viewed on the WEB end.
|
||||
- Optionally enable or disable standalone IPV6, requires the host to have at least one /64 subnet.
|
||||
|
||||
Command:
|
||||
|
||||
|
||||
@@ -116,6 +116,7 @@ Before initiating the creation process, it's recommended to use the 'screen' com
|
||||
- The created containers have SSH enabled by default, allowing root login. Additionally, they are configured to support nested virtualization for Docker usage.
|
||||
- Relevant information about the containers will be stored in the corresponding container's notes, which can be viewed on the web interface.
|
||||
- If the host machine has an IPv6 subnet, it will be automatically assigned to the containers. However, public IPv6 addresses will not be provided.
|
||||
- Optionally enable or disable standalone IPV6, requires the host to have at least one /64 subnet.
|
||||
|
||||
Command:
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@ features:
|
||||
details: Supports one-click command installation and use, easy to create virtual machines or containers on X86_64 and ARM architecture servers
|
||||
- title: Based on mainstream systems development
|
||||
details: Based on long-term maintenance releases of Debian, Ubuntu, Centos, etc., there is always a way to virtualize containers or virtual machines, no matter what the system is.
|
||||
- title: Comes with internal and external port forwarding
|
||||
details: Self-contained internal and external network port forwarding, including TCP, UDP, vnc, rdp and other protocols, without manual management
|
||||
- title: Comes with internal and external port forwarding and automatic IP address assignment
|
||||
details: Self-contained internal and external port forwarding and automatic IP address allocation, including TCP, UDP, vnc, rdp and other protocols, without manual management
|
||||
- title: Batch Virtualization
|
||||
details: Supports batch opening of containers or virtual machines using KVM, LXC, Docker virtualization
|
||||
- title: Multi-system and multi-environment support
|
||||
|
||||
@@ -162,6 +162,7 @@ rm -rf vm102
|
||||
- 可自定义批量开设的核心数,内存大小,硬盘大小,使用宿主机哪个存储盘,记得自己计算好空闲资源开设
|
||||
- 虚拟机的相关信息将会存储到WEB端对应VM的NOTES中,可在WEB端查看
|
||||
- 如果宿主机自带IPV6子网将自动附加上IPV6网络,但无公网IPV6地址
|
||||
- 可选择是否开启独立IPV6,需要宿主机至少有一个/64的子网
|
||||
|
||||
国际
|
||||
|
||||
@@ -256,6 +257,7 @@ curl -L https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/pve/mai
|
||||
- 如果宿主机自带IPV6子网将可选择是否附加上IPV6地址
|
||||
- 如果商家有给IPV4地址和子网长度,请仔细比对,按照下面示例的命令写参数
|
||||
- 系统的相关信息将会存储到对应的虚拟机的NOTE中,可在WEB端查看
|
||||
- 可选择是否开启独立IPV6,需要宿主机至少有一个/64的子网
|
||||
|
||||
国际
|
||||
|
||||
|
||||
@@ -120,6 +120,7 @@ iptables-save | awk '{if($1=="COMMIT"){delete x}}$1=="-A"?!x[$0]++:1' | iptables
|
||||
- 开设的CT默认已启用SSH且允许root登陆,且已设置支持使用docker的嵌套虚拟化
|
||||
- 容器的相关信息将会存储到对应的容器的NOTE中,可在WEB端查看
|
||||
- 如果宿主机自带IPV6子网将自动附加上IPV6网络,但无公网IPV6地址
|
||||
- 可选择是否开启独立IPV6,需要宿主机至少有一个/64的子网
|
||||
|
||||
国际
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@ features:
|
||||
details: 支持一键命令安装使用,轻松在X86_64和ARM架构的服务器上创建虚拟机或容器
|
||||
- title: 基于主流系统开发
|
||||
details: 基于 Debian、Ubuntu、Centos 等系统的长期维护版本开发,无论是什么系统总有一个方法能让你虚拟化出容器或虚拟机
|
||||
- title: 自带内外网端口转发
|
||||
details: 自带内外网端口转发,含TCP、UDP、vnc、rdp等协议,无需人工管理
|
||||
- title: 自带内外网端口转发和IP地址自动分配
|
||||
details: 自带内外网端口转发和IP地址自动分配,含TCP、UDP、vnc、rdp等协议,无需人工管理
|
||||
- title: 批量虚拟化
|
||||
details: 支持使用 KVM、LXC、Docker 虚拟化批量开设容器或虚拟机
|
||||
- title: 多系统多环境支持
|
||||
|
||||
Reference in New Issue
Block a user