91 lines
2.1 KiB
Markdown
91 lines
2.1 KiB
Markdown
# vps脚本
|
|
|
|
## 常用脚本
|
|
|
|
- sysUpdate
|
|
```sh
|
|
curl -sS -O https://gitea.tohub.top/Share/vps/raw/branch/main/init/01-sysUpdate.sh && chmod +x 01-sysUpdate.sh && ./01-sysUpdate.sh
|
|
```
|
|
|
|
- sysCleanup
|
|
```sh
|
|
curl -sS -O https://gitea.tohub.top/Share/vps/raw/branch/main/init/02-sysCleanup.sh && chmod +x 02-sysCleanup.sh && ./02-sysCleanup.sh
|
|
```
|
|
|
|
- docker
|
|
```sh
|
|
curl -sS -O https://gitea.tohub.top/Share/vps/raw/branch/main/init/03-docker.sh && chmod +x 03-docker.sh && ./03-docker.sh
|
|
```
|
|
|
|
|
|
## 安装
|
|
|
|
- 01-Nginx
|
|
```sh
|
|
bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/install/01-Nginx.sh)
|
|
```
|
|
|
|
- 02-NginxProxy
|
|
```sh
|
|
bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/install/02-NginxProxy.sh)
|
|
```
|
|
|
|
- 03-X-UI.sh
|
|
```sh
|
|
bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/install/03-X-UI.sh)
|
|
```
|
|
|
|
- 04-FRP.sh
|
|
```sh
|
|
bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/install/04-FRP.sh)
|
|
```
|
|
|
|
- 05-ZeroTier.sh
|
|
```sh
|
|
bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/install/05-ZeroTier.sh)
|
|
```
|
|
|
|
- 06-Rustdesk.sh
|
|
```sh
|
|
bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/install/06-Rustdesk.sh)
|
|
```
|
|
|
|
- 07-Alist.sh
|
|
```sh
|
|
bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/install/07-Alist.sh)
|
|
```
|
|
|
|
- 08-Duplicati.sh
|
|
```sh
|
|
bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/install/08-Duplicati.sh)
|
|
```
|
|
|
|
- 09-Syncthing.sh
|
|
```sh
|
|
bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/install/09-Syncthing.sh)
|
|
```
|
|
|
|
- 10-Vaultwarden.sh
|
|
```sh
|
|
bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/install/10-Vaultwarden.sh)
|
|
```
|
|
|
|
- 11-EasyImage.sh
|
|
```sh
|
|
bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/install/11-EasyImage.sh)
|
|
```
|
|
|
|
- 12-Wordpress.sh
|
|
```sh
|
|
bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/install/12-Wordpress.sh)
|
|
```
|
|
|
|
- 13-Nextcloud.sh
|
|
```sh
|
|
bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/install/13-Nextcloud.sh)
|
|
```
|
|
|
|
- 14-Joplin.sh
|
|
```sh
|
|
bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/install/14-Joplin.sh)
|
|
``` |