Skip to content

Commit 95d823c

Browse files
committed
fix: 修复部分失效说明
1 parent 6cc555c commit 95d823c

File tree

8 files changed

+27
-11
lines changed

8 files changed

+27
-11
lines changed

docs/en/guide/incus/incus_install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ If this is a new server, make sure that both ```update``` and ```curl``` are wor
1616
- The virtual memory here is talking about the size of the SWAP to be opened, and the storage pool is the sum of the sizes of the disks occupied by all your servers to be opened
1717
- The server needs to be restarted after the environment installation process to load some default configurations
1818
- By default, lxd's lxcfs-related configuration is enabled, so that in-container querying of container information changes to information about the container itself rather than the host
19+
- This installer has been tested to work on either physical or non-physical machines
1920

2021
Command:
2122

docs/en/guide/lxd/lxd_install.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ If this is a new server, make sure that both ```apt update``` and ```apt install
1616
It's recommended to wait for at least 5 minutes after the system boots up before executing the following commands. This is to avoid the script being executed by the default system settings, which could cause issues with apt sources.
1717
:::
1818

19-
- Prerequisites: Ubuntu 18+ (recommended above 20.04), Debian 8+ (recommended above 11)
19+
- Prerequisites: Ubuntu 18+ (recommended above 22.04), Debian 8+ (recommended above 11)
2020
- The virtual memory here is talking about the size of the SWAP to be opened, and the storage pool is the sum of the sizes of the disks occupied by all your servers to be opened
2121
- The server needs to be restarted after the environment installation process to load some default configurations
2222
- By default, lxd's lxcfs-related configuration is enabled, so that in-container querying of container information changes to information about the container itself rather than the host
23+
- This installer has been tested to work on either physical or non-physical machines
2324

2425
Command:
2526

docs/en/guide/lxd/lxd_precheck.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Feel free to give the project a ```Star``` for free support!-->[https://github.c
1313
## Requirements
1414

1515
Hardware requirements.
16-
- System: Debian 8+, Ubuntu 18+ (20.04 recommended).
16+
- System: Debian 8+, Ubuntu 18+ (22.04 recommended).
1717
- Virtualization: KVM, VMWARE recommended.
1818
- Memory: At least 512MB of RAM
1919
- Hard disk: hard disk (system disk) at least 10G
20-
- Network: Independent IPV4 address, IPV6 is optional, bandwidth can download scripts on the line, the network can connect to the Github raw page on the line
20+
- Network: Independent IPV4 address, IPV6 is optional, bandwidth can download scripts on the line, the network can connect to the public network.
2121

2222
PS: If the hardware is very good and has a lot of resources, you can use PVE to batch open KVM virtualized VMs [Jump](https://github.com/oneclickvirt/pve)
2323

docs/en/guide/pve/pve_install.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ For low-configuration hosts, it is recommended to check the contents of the ```C
1212

1313
## Installation on non-physical machines
1414

15+
Proxmox installed by this method can subsequently use all scripts of this project.
16+
1517
### One-click PVE installation
1618

1719
:::tip
@@ -116,7 +118,9 @@ To this point the main body is installed.
116118

117119
## Installation on a physical machine
118120

119-
This method has not been tested and adapted on a large scale, only the author himself installed PVE8.4 on the local machine, if there are problems corresponding to the warehouse and then open issues
121+
Proxmox installed by this method **NOT** to be used subsequently with all scripts of this project.
122+
123+
This method has not been tested and adapted on a large scale, only I installed PVE8.4 on the local machine, the router itself is not ```automatically obtain an IP address``` but ```fixed IP address connection``` way, if there is a problem corresponding to the warehouse open issues.
120124

121125
### U disk burning official ISO
122126

@@ -183,4 +187,6 @@ During the execution of the configuration script, you will be prompted to enter
183187

184188
### Cautions
185189

186-
Physical machines can not use NAT to directly connect virtual machines to access the network after the installation of unlimited modules, so the project's subsequent tutorials do not support this method of access to the bridge, the project's subsequent tutorials only support the installation of the PVE on non-physical machines (through the automatic configuration of the host gateway of the PVE)
190+
Physical machine after the installation of unlimited modules can not use NAT to connect directly to the virtual machine to access the network, so the subsequent tutorials of this project does not support this method of access to the bridge, the subsequent scripts of this project does not support this method of installation of Proxmox.
191+
192+
Currently feasible wireless module used on the PVE success stories, are required to WIFI router access to the network is ```automatically obtain an IP address (DHCP)``` (the subsequent use of openwrt or ikuai or directly nat after the network available within the virtual machine), or can be modified in the router static routing table, if the WIFI router to use a ```fixed IP address Connection to the network```, for the time being did not find success stories.

docs/guide/incus/incus_install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ outline: deep
1616
- 这里的虚拟内存是说要开的SWAP大小,存储池则是你所有要开的服务器占的盘的大小的总和
1717
- 环境安装过程后需要重启服务器以加载一些默认配置
1818
- 默认启用lxd的lxcfs相关配置,使得容器内查询容器信息变更为容器本身的信息而不是宿主机信息
19+
- 实测本安装程序在物理机器或非物理机器上都可使用
1920

2021
国际
2122

docs/guide/lxd/lxd_install.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ outline: deep
1212
如果是全新的服务器,务必保证```apt update``````apt install curl```都无问题再执行本脚本。
1313
:::
1414

15-
- 环境要求:Ubuntu 18+(推荐20.04以上),Debian 8+(推荐11以上)
15+
- 环境要求:Ubuntu 18+(推荐22.04以上),Debian 8+(推荐11以上)
1616
- 这里的虚拟内存是说要开的SWAP大小,存储池则是你所有要开的服务器占的盘的大小的总和
1717
- 环境安装过程后需要重启服务器以加载一些默认配置
1818
- 默认启用lxd的lxcfs相关配置,使得容器内查询容器信息变更为容器本身的信息而不是宿主机信息
19+
- 实测本安装程序在物理机器或非物理机器上都可使用
1920

2021
国际
2122

docs/guide/lxd/lxd_precheck.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ outline: deep
1313
## 要求
1414

1515
硬件要求:
16-
- 系统:Debian 8+, Ubuntu 18+(推荐20.04)
16+
- 系统:Debian 8+, Ubuntu 18+(推荐22.04)
1717
- 虚拟化:推荐KVM、VMWARE虚拟化
1818
- 内存:内存至少512MB
1919
- 硬盘:硬盘(系统盘)至少10G
20-
- 网络:独立的IPV4地址,IPV6可有可无,带宽能下载脚本就行,网络能连接Github的raw页面就行
20+
- 网络:独立的IPV4地址,IPV6可有可无,带宽能下载脚本就行,网络能连接公共网络
2121

2222
PS: 如果硬件非常好资源很多,可使用PVE批量开KVM虚拟化的虚拟机 [跳转](https://github.com/oneclickvirt/pve)
2323

2424
PS: 如果硬件资源更烂,虚拟化不支持,可使用docker版本的,适配面更广 [跳转](https://github.com/oneclickvirt/docker)
2525

2626
## 项目特点
2727

28-
- 本套脚本开发使用的**Ubuntu20**,Ubuntu别的长期维护版本应该也没问题,某个存储类型无法使用时自动切换
28+
- 本套脚本开发使用的**Ubuntu**,Ubuntu别的长期维护版本应该也没问题,某个存储类型无法使用时自动切换
2929

3030
- 已设置同时进行TCP和UDP转发,除了SSH端口其他的映射内网外网端口一致
3131

docs/guide/pve/pve_install.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ outline: deep
1212

1313
## 在非物理机器上进行安装
1414

15+
本方法安装的Proxmox可后续使用本项目的所有脚本。
16+
1517
### 一键安装PVE
1618

1719
:::tip
@@ -132,7 +134,9 @@ bash <(wget -qO- --no-check-certificate https://cdn.spiritlhl.net/https://raw.gi
132134

133135
## 在物理机器上进行安装
134136

135-
本方法未大规模测试和适配,仅作者本人在本地机器上安装了PVE8.4,路由器本身使用的不是 自动获取IP地址 而是 固定IP地址连接 的方式,如有问题对应仓库再开issues
137+
本方法安装的Proxmox**不可**后续使用本项目的所有脚本。
138+
139+
本方法未大规模测试和适配,仅本人在本地机器上安装了PVE8.4,路由器本身使用的不是```自动获取IP地址```而是```固定IP地址连接```的方式,如有问题对应仓库开issues.
136140

137141
### U盘刻录官方ISO
138142

@@ -213,4 +217,6 @@ bash default.sh
213217

214218
### 注意事项
215219

216-
物理机安装无限模块后不可使用NAT直接连接虚拟机接入网络,所以本项目后续的教程不支持该方法接入的网桥,本项目后续教程仅支持在非物理机器上安装的PVE(通过了自动配置宿主机网关的PVE)
220+
物理机安装无限模块后不可使用NAT直接连接虚拟机接入网络,所以本项目后续的教程不支持该方法接入的网桥,本项目后续脚本不支持本方法安装的Proxmox.
221+
222+
目前可行的无线模块在PVE上使用的成功案例,都要求WIFI路由器接入网络的方式是```自动获取IP地址(DHCP)```(后续使用openwrt或ikuai或直接nat后虚拟机内网络可用),或可在路由器上修改静态路由表,如果WIFI路由器使用```固定IP地址连接网络```,暂时未找到成功案例。

0 commit comments

Comments
 (0)