Skip to content

Commit

Permalink
迁移两个仓库到组织仓库
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS committed Mar 12, 2024
1 parent 6f126c9 commit bff7436
Show file tree
Hide file tree
Showing 25 changed files with 103 additions and 96 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Documentation for one-click virtualization

## PVE相关的各种一键脚本

[https://github.com/spiritLHLS/pve](https://github.com/spiritLHLS/pve)
[https://github.com/oneclickvirt/pve](https://github.com/oneclickvirt/pve)

[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FspiritLHLS%2Fpve&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)

Expand All @@ -30,7 +30,7 @@ Documentation for one-click virtualization

## Docker相关的各种一键脚本

[https://github.com/spiritLHLS/docker](https://github.com/spiritLHLS/docker)
[https://github.com/oneclickvirt/docker](https://github.com/oneclickvirt/docker)

[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FspiritLHLS%2Fdocker&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)

Expand Down
4 changes: 2 additions & 2 deletions docs/en/guide/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Welcome Star and Fork, all resources are open source, no non-open source parts,

Allows for the creation of KVM virtualized virtual machines and LXC virtualized containers.

[https://github.com/spiritLHLS/pve](https://github.com/spiritLHLS/pve)
[https://github.com/oneclickvirt/pve](https://github.com/oneclickvirt/pve)

[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FspiritLHLS%2Fpve&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)

Expand All @@ -49,7 +49,7 @@ LXC Virtualization Containers Can Be Created.

Docker virtualized containers Can Be Created.

[https://github.com/spiritLHLS/docker](https://github.com/spiritLHLS/docker)
[https://github.com/oneclickvirt/docker](https://github.com/oneclickvirt/docker)

[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FspiritLHLS%2Fdocker&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)

Expand Down
16 changes: 8 additions & 8 deletions docs/en/guide/docker/docker_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ There are two methods of building
Command:

```shell
curl -L https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/onedocker.sh -o onedocker.sh && chmod +x onedocker.sh
curl -L https://raw.githubusercontent.com/oneclickvirt/docker/main/scripts/onedocker.sh -o onedocker.sh && chmod +x onedocker.sh
```

### Example
Expand Down Expand Up @@ -96,7 +96,7 @@ The docker's ipv6 address can only be looked up within the container itself, it
Command:

```shell
curl -L https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/create_docker.sh -o create_docker.sh && chmod +x create_docker.sh && bash create_docker.sh
curl -L https://raw.githubusercontent.com/oneclickvirt/docker/main/scripts/create_docker.sh -o create_docker.sh && chmod +x create_docker.sh && bash create_docker.sh
```

### Querying information on batch openings
Expand Down Expand Up @@ -141,12 +141,12 @@ rm -rf /root/create_docker.sh
Download back the relevant configuration scripts for the new version

```bash
wget https://raw.githubusercontent.com/spiritLHLS/docker/main/extra_scripts/check-dns.sh -O /usr/local/bin/check-dns.sh && chmod +x /usr/local/bin/check-dns.sh
wget https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/config.sh -O /usr/local/bin/config.sh && chmod +x /usr/local/bin/config.sh
wget https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/ssh_bash.sh -O /usr/local/bin/ssh_bash.sh && chmod +x /usr/local/bin/ssh_bash.sh
wget https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/ssh_sh.sh -O /usr/local/bin/ssh_sh.sh && chmod +x /usr/local/bin/ssh_sh.sh
wget https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/onedocker.sh -O /root/onedocker.sh && chmod +x /root/onedocker.sh
wget https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/create_docker.sh -O /root/create_docker.sh && chmod +x /root/create_docker.sh
wget https://raw.githubusercontent.com/oneclickvirt/docker/main/extra_scripts/check-dns.sh -O /usr/local/bin/check-dns.sh && chmod +x /usr/local/bin/check-dns.sh
wget https://raw.githubusercontent.com/oneclickvirt/docker/main/scripts/config.sh -O /usr/local/bin/config.sh && chmod +x /usr/local/bin/config.sh
wget https://raw.githubusercontent.com/oneclickvirt/docker/main/scripts/ssh_bash.sh -O /usr/local/bin/ssh_bash.sh && chmod +x /usr/local/bin/ssh_bash.sh
wget https://raw.githubusercontent.com/oneclickvirt/docker/main/scripts/ssh_sh.sh -O /usr/local/bin/ssh_sh.sh && chmod +x /usr/local/bin/ssh_sh.sh
wget https://raw.githubusercontent.com/oneclickvirt/docker/main/scripts/onedocker.sh -O /root/onedocker.sh && chmod +x /root/onedocker.sh
wget https://raw.githubusercontent.com/oneclickvirt/docker/main/scripts/create_docker.sh -O /root/create_docker.sh && chmod +x /root/create_docker.sh
```

## Start all containers after host reboot
Expand Down
12 changes: 6 additions & 6 deletions docs/en/guide/docker/docker_custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Newer Android versions occupy more resources. The above configuration requiremen
Command:

```shell
curl -L https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/create_android.sh -o create_android.sh && chmod +x create_android.sh && bash create_android.sh
curl -L https://raw.githubusercontent.com/oneclickvirt/docker/main/scripts/create_android.sh -o create_android.sh && chmod +x create_android.sh && bash create_android.sh
```

After executing the command, follow the prompts to input the required information. Make sure to choose the version by entering the corresponding number index. Once the installation is complete, open ```YourMachineIPv4+80Port``` to log in.
Expand Down Expand Up @@ -102,7 +102,7 @@ The size of the created container will be slightly larger than the image size, b
**Download Script**

```
curl -L https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/onewindows.sh -o onewindows.sh && chmod +x onewindows.sh
curl -L https://raw.githubusercontent.com/oneclickvirt/docker/main/scripts/onewindows.sh -o onewindows.sh && chmod +x onewindows.sh
```

**Usage Instructions**
Expand Down Expand Up @@ -162,7 +162,7 @@ After setup, the default password is ```oneclick```.
The default web port is ```3003```. Once the setup is complete, simply open ```HOST_IPV4:PORT``` in your browser.

```shell
curl -L https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/onefirefox.sh -o onefirefox.sh && chmod +x onefirefox.sh && bash onefirefox.sh
curl -L https://raw.githubusercontent.com/oneclickvirt/docker/main/scripts/onefirefox.sh -o onefirefox.sh && chmod +x onefirefox.sh && bash onefirefox.sh
```

**Deletion**
Expand Down Expand Up @@ -200,7 +200,7 @@ The default http port is ```3004```, open ```http://IPV4:3004``` after opening.
The default https port is ```3005```, open ```https://IPV4:3005``` after opening.

```shell
curl -L https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/onechromium.sh -o onechromium.sh && chmod +x onechromium.sh && bash onechromium.sh
curl -L https://raw.githubusercontent.com/oneclickvirt/docker/main/scripts/onechromium.sh -o onechromium.sh && chmod +x onechromium.sh && bash onechromium.sh
```

**Delete**
Expand Down Expand Up @@ -238,7 +238,7 @@ The default web port for HTTP protocol is ```3004```, and for HTTPS protocol is
Run the following command to download and execute the setup script:

```
curl -L https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/onewebtop.sh -o onewebtop.sh && chmod +x onewebtop.sh && bash onewebtop.sh
curl -L https://raw.githubusercontent.com/oneclickvirt/docker/main/scripts/onewebtop.sh -o onewebtop.sh && chmod +x onewebtop.sh && bash onewebtop.sh
```

**Deletion**
Expand Down Expand Up @@ -278,5 +278,5 @@ After installation, remember to change the password upon login.
Command:

```shell
curl -L https://raw.githubusercontent.com/spiritLHLS/docker/main/extra_scripts/guacamole.sh -o guacamole.sh && chmod +x guacamole.sh && bash guacamole.sh
curl -L https://raw.githubusercontent.com/oneclickvirt/docker/main/extra_scripts/guacamole.sh -o guacamole.sh && chmod +x guacamole.sh && bash guacamole.sh
```
2 changes: 1 addition & 1 deletion docs/en/guide/docker/docker_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o
Command:

```shell
curl -L https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/dockerinstall.sh -o dockerinstall.sh && chmod +x dockerinstall.sh && bash dockerinstall.sh
curl -L https://raw.githubusercontent.com/oneclickvirt/docker/main/scripts/dockerinstall.sh -o dockerinstall.sh && chmod +x dockerinstall.sh && bash dockerinstall.sh
```

OR
Expand Down
2 changes: 1 addition & 1 deletion docs/en/guide/docker/docker_precheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If your host does not have an IPV6 subnet and you want to assign IPV6 addresses
If the host has an IPV6 network, the installation will change the network structure of the host, please make sure that the host can reset the system at any time and that there is no important data on the host before running.
:::

Feel free to give the project a ```Star``` for free support!-->[https://github.com/spiritLHLS/docker](https://github.com/spiritLHLS/docker)
Feel free to give the project a ```Star``` for free support!-->[https://github.com/oneclickvirt/docker](https://github.com/oneclickvirt/docker)


## Project Features
Expand Down
3 changes: 3 additions & 0 deletions docs/en/guide/incus/incus_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ Example of initialization configuration:

If there is 18GB of unused disk space on the system disk, after deducting the space already occupied, and you want to allocate 2GB of virtual memory (2048MB of SWAP) and a 15GB storage pool, then following the prompts in the command line, enter ```2048``` and ```15```.

:::tip
If the implementation of the final stuck more than 60 seconds without log display, it is recommended to force a restart of the server through your server's control panel, may be the last step of the installation is stuck in the restart of the network that step!
:::

## Manual Installation

Expand Down
4 changes: 2 additions & 2 deletions docs/en/guide/incus/incus_precheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Hardware requirements.
- Hard disk: hard disk (system disk) at least 10G
- 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

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/spiritLHLS/pve)
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)

PS: If the hardware resources are even worse, virtualization is not supported, you can use the docker version, the adaption surface is wider [Jump](https://github.com/spiritLHLS/docker)
PS: If the hardware resources are even worse, virtualization is not supported, you can use the docker version, the adaption surface is wider [Jump](https://github.com/oneclickvirt/docker)

## Project Features

Expand Down
4 changes: 2 additions & 2 deletions docs/en/guide/lxd/lxd_precheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Hardware requirements.
- Hard disk: hard disk (system disk) at least 10G
- 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

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/spiritLHLS/pve)
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)

PS: If the hardware resources are even worse, virtualization is not supported, you can use the docker version, the adaption surface is wider [Jump](https://github.com/spiritLHLS/docker)
PS: If the hardware resources are even worse, virtualization is not supported, you can use the docker version, the adaption surface is wider [Jump](https://github.com/oneclickvirt/docker)

## Project Features

Expand Down
6 changes: 3 additions & 3 deletions docs/en/guide/pve/pve_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If the host itself exists SLAAC assigned IPV6 address, will be able to choose wh
Command:

```shell
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/install_pve.sh -o install_pve.sh && chmod +x install_pve.sh && bash install_pve.sh
curl -L https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/install_pve.sh -o install_pve.sh && chmod +x install_pve.sh && bash install_pve.sh
```

or
Expand All @@ -70,7 +70,7 @@ The login information is your SSH account and password.
Command:

```shell
bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/build_backend.sh)
bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/build_backend.sh)
```

## Automatically configure the host's gateway
Expand Down Expand Up @@ -102,7 +102,7 @@ Use vmbr1 for IPV4 VM with NAT, ``172.16.1.1`` for gateway, ``172.16.1.x/24`` fo
Command:

```shell
bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/build_nat_network.sh)
bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/build_nat_network.sh)
```

:::tip
Expand Down
12 changes: 6 additions & 6 deletions docs/en/guide/pve/pve_kvm.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Note that usernames consisting of only numbers may cause issues with cloud-init.
**Download Script**

```shell
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/buildvm.sh -o buildvm.sh && chmod +x buildvm.sh
curl -L https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/buildvm.sh -o buildvm.sh && chmod +x buildvm.sh
```

**Meaning of each parameter**
Expand Down Expand Up @@ -142,7 +142,7 @@ Below is the information for the example VM that has been set up:
**Download Script**

```shell
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/pve_delete.sh -o pve_delete.sh && chmod +x pve_delete.sh
curl -L https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/pve_delete.sh -o pve_delete.sh && chmod +x pve_delete.sh
```

**Meaning of each parameter**
Expand Down Expand Up @@ -178,7 +178,7 @@ Before initiating the batch creation process, please use the 'screen' command to
Command:

```shell
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/create_vm.sh -o create_vm.sh && chmod +x create_vm.sh && bash create_vm.sh
curl -L https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/create_vm.sh -o create_vm.sh && chmod +x create_vm.sh && bash create_vm.sh
```

After the setup is completed, you can execute ```cat vmlog``` to view the information, or check the NOTES in the corresponding VM on the web interface.
Expand Down Expand Up @@ -227,7 +227,7 @@ Before use, ensure that the current host machine has at least 2 available IP add
**Download Script**

```shell
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/buildvm_extraip.sh -o buildvm_extraip.sh && chmod +x buildvm_extraip.sh
curl -L https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/buildvm_extraip.sh -o buildvm_extraip.sh && chmod +x buildvm_extraip.sh
```

**Meaning of each parameter**
Expand Down Expand Up @@ -273,7 +273,7 @@ The above command is used to create a virtual machine with a dedicated IPv4 addr
**Download Script**

```shell
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/buildvm_manual_ip.sh -o buildvm_manual_ip.sh && chmod +x buildvm_manual_ip.sh
curl -L https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/buildvm_manual_ip.sh -o buildvm_manual_ip.sh && chmod +x buildvm_manual_ip.sh
```

**Meaning of each parameter**
Expand Down Expand Up @@ -323,7 +323,7 @@ The prerequisite is that the host provides an IPv6 subnet instead of just a stan
**Download Script**

```shell
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/buildvm_onlyv6.sh -o buildvm_onlyv6.sh && chmod +x buildvm_onlyv6.sh
curl -L https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/buildvm_onlyv6.sh -o buildvm_onlyv6.sh && chmod +x buildvm_onlyv6.sh
```

**Meaning of each parameter**
Expand Down
8 changes: 4 additions & 4 deletions docs/en/guide/pve/pve_lxc.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Before creating containers, use the 'screen' command to run them in the backgrou
**Download Script**

```shell
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/buildct.sh -o buildct.sh && chmod +x buildct.sh
curl -L https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/buildct.sh -o buildct.sh && chmod +x buildct.sh
```

**Meaning of each parameter**
Expand Down Expand Up @@ -120,7 +120,7 @@ Please note that "CT" and other technical terms might have specific meanings in
**Download Script**

```shell
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/pve_delete.sh -o pve_delete.sh && chmod +x pve_delete.sh
curl -L https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/pve_delete.sh -o pve_delete.sh && chmod +x pve_delete.sh
```

**Meaning of each parameter**
Expand Down Expand Up @@ -156,7 +156,7 @@ Before initiating the creation process, it's recommended to use the 'screen' com
**Download Script**

```shell
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/create_ct.sh -o create_ct.sh && chmod +x create_ct.sh && bash create_ct.sh
curl -L https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/create_ct.sh -o create_ct.sh && chmod +x create_ct.sh && bash create_ct.sh
```

After the setup is complete, you can execute ```cat ctlog``` to view the information, or check in the NOTES section on the web interface.
Expand Down Expand Up @@ -195,7 +195,7 @@ The premise is that the host provides an IPv6 subnet rather than a standalone IP
Command:

```shell
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/buildct_onlyv6.sh -o buildct_onlyv6.sh && chmod +x buildct_onlyv6.sh
curl -L https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/buildct_onlyv6.sh -o buildct_onlyv6.sh && chmod +x buildct_onlyv6.sh
```

#### Example Usage
Expand Down
4 changes: 2 additions & 2 deletions docs/en/guide/pve/pve_precheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If there are unadapted merchants or machines welcome to contact [@spiritlhl_bot]
Will change the network structure of the host, please make sure that the host can reset the system at any time and that there is no important data on the host before running it.
:::

Feel free to give the project a ```Star``` for free support!-->[https://github.com/spiritLHLS/pve](https://github.com/spiritLHLS/pve)
Feel free to give the project a ```Star``` for free support!-->[https://github.com/oneclickvirt/pve](https://github.com/oneclickvirt/pve)

## Various requirements

Expand Down Expand Up @@ -58,7 +58,7 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o
Command:

```bash
bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/check_kernal.sh)
bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/check_kernal.sh)
```

If you need to update the IPV6 information before querying, then execute the following command before querying
Expand Down
4 changes: 2 additions & 2 deletions docs/guide/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PVE项目可能造成宿主机出现问题,如果你不会看Bug和修复系

可开设KVM虚拟化的虚拟机、LXC虚拟化的容器

[https://github.com/spiritLHLS/pve](https://github.com/spiritLHLS/pve)
[https://github.com/oneclickvirt/pve](https://github.com/oneclickvirt/pve)

[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FspiritLHLS%2Fpve&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)

Expand All @@ -50,7 +50,7 @@ PVE项目可能造成宿主机出现问题,如果你不会看Bug和修复系

可开设Docker虚拟化的容器

[https://github.com/spiritLHLS/docker](https://github.com/spiritLHLS/docker)
[https://github.com/oneclickvirt/docker](https://github.com/oneclickvirt/docker)

[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FspiritLHLS%2Fdocker&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)

Expand Down
Loading

0 comments on commit bff7436

Please sign in to comment.