Skip to content

Commit 422c3ce

Browse files
committed
chore: update docs
1 parent 0e01fbf commit 422c3ce

File tree

9 files changed

+38
-48
lines changed

9 files changed

+38
-48
lines changed

README-es.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ go build -tags=jsoniter -ldflags "$LD_FLAGS -X 'github.com/0xJacky/Nginx-UI/sett
249249
**Instalar and Actualizar**
250250

251251
```shell
252-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ install
252+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ install
253253
```
254254
El puerto de escucha predeterminado es `9000` y el puerto de Desafío HTTP predeterminado es `9180`.
255255
Si hay un conflicto de puertos, modifique manualmente `/usr/local/etc/nginx-ui/app.ini`,
@@ -258,13 +258,13 @@ luego use `systemctl restart nginx-ui` para recargar el servicio de UI de Nginx.
258258
**Eliminar UI Nginx UI, excepto los archivos de configuración y la base de datos**
259259

260260
```shell
261-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ remove
261+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ remove
262262
```
263263

264264
### Uso avanzado
265265

266266
````shell
267-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ help
267+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ help
268268
````
269269

270270
## Ejemplo de configuración de proxy reverso de Nginx

README-ja_JP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,21 +316,21 @@ go build -tags=jsoniter -ldflags "$LD_FLAGS -X 'github.com/0xJacky/Nginx-UI/sett
316316
**インストール & アップグレード**
317317

318318
```shell
319-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ install
319+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ install
320320
```
321321
デフォルトのリスニングポートは `9000`、HTTP チャレンジポートは `9180` です。
322322
競合する場合は `/usr/local/etc/nginx-ui/app.ini` を編集し、`systemctl restart nginx-ui` を実行してください。
323323

324324
**設定・DB を残してアンインストール**
325325

326326
```shell
327-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ remove
327+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ remove
328328
```
329329

330330
### その他の使い方
331331

332332
````shell
333-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ help
333+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ help
334334
````
335335

336336
## Nginx リバースプロキシ設定例

README-vi_VN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ go build -tags=jsoniter -ldflags "$LD_FLAGS -X 'github.com/0xJacky/Nginx-UI/sett
304304
**Cài đặt và nâng cấp**
305305

306306
```shell
307-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ install
307+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ install
308308
```
309309
Port mặc định để truy cập UI là `9000`, port HTTP Challenge mặc định để xác thực SSL là `9180`.
310310
Nếu có xung đột port, vui lòng sửa đổi trong file `/usr/local/etc/nginx-ui/app.ini`,
@@ -313,19 +313,19 @@ hãy nhớ restart nginx-ui bằng lệnh `systemctl restart nginx-ui` mỗi khi
313313
**Gỡ bỏ Nginx UI nhưng giữ lại các tệp cấu hình và cơ sở dữ liệu**
314314

315315
```shell
316-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ remove
316+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ remove
317317
```
318318

319319
**Gỡ bỏ Nginx UI đồng thời xoá các tệp cấu hình, cơ sở dữ liệu**
320320

321321
```shell
322-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ remove --purge
322+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ remove --purge
323323
```
324324

325325
### Trợ giúp
326326

327327
````shell
328-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ help
328+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ help
329329
````
330330

331331
## Ví dụ về cấu hình Nginx Reverse Proxy

README-zh_CN.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -242,39 +242,29 @@ go build -tags=jsoniter -ldflags "$LD_FLAGS -X 'github.com/0xJacky/Nginx-UI/sett
242242

243243
## Linux 安装脚本
244244

245-
### 基本用法
246-
247-
如果您在中国大陆,可能会遇到 GitHub 的网络问题。您可以通过以下命令设置代理服务器下载 Nginx UI,以加快下载速度。
248-
249-
```bash
250-
export GH_PROXY=https://ghfast.top/
251-
```
252-
253-
当以上地址不可用时,请检视 [GitHub Proxy](https://ghproxy.link/) 获得最新地址,或根据实际情况选择其他代理。
254-
255245
**安装或升级**
256246

257247
```shell
258-
bash -c "$(curl -L ${GH_PROXY}https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ install
248+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ install
259249
```
260250
一键安装脚本默认设置的监听端口为 `9000`,HTTP Challenge 端口默认为 `9180`,如果出现端口冲突请进入 `/usr/local/etc/nginx-ui/app.ini` 修改,并使用 `systemctl restart nginx-ui` 重启 Nginx UI 服务。
261251

262252
**卸载 Nginx UI 但保留配置和数据库文件**
263253

264254
```shell
265-
bash -c "$(curl -L ${GH_PROXY}https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ remove
255+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ remove
266256
```
267257

268258
**卸载 Nginx UI 不保留配置和数据库文件**
269259

270260
```shell
271-
bash -c "$(curl -L ${GH_PROXY}https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ remove --purge
261+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ remove --purge
272262
```
273263

274264
### 更多用法
275265

276266
````shell
277-
bash -c "$(curl -L ${GH_PROXY}https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ help
267+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ help
278268
````
279269

280270
## Nginx 反向代理配置示例

README-zh_TW.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,21 +252,21 @@ go build -tags=jsoniter -ldflags "$LD_FLAGS -X 'github.com/0xJacky/Nginx-UI/sett
252252
**安裝或升級**
253253

254254
```shell
255-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ install
255+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ install
256256
```
257257

258258
一鍵安裝指令預設的監聽連接埠為 `9000`,HTTP Challenge 埠預設為 `9180`,如果出現連接埠衝突請修改 `/usr/local/etc/nginx-ui/app.ini`,並使用 `systemctl restart nginx-ui` 重啟 Nginx UI 守護行程。
259259

260260
**解除安裝 Nginx UI 但保留設定和資料庫檔案**
261261

262262
```shell
263-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ remove
263+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ remove
264264
```
265265

266266
### 更多用法
267267

268268
````shell
269-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ help
269+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ help
270270
````
271271

272272
## Nginx 反向代理設定範例

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ go build -tags=jsoniter -ldflags "$LD_FLAGS -X 'github.com/0xJacky/Nginx-UI/sett
317317
**Install and Upgrade**
318318

319319
```shell
320-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ install
320+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ install
321321
```
322322
The default listening port is `9000`, and the default HTTP Challenge port is `9180`.
323323
If there is a port conflict, please modify `/usr/local/etc/nginx-ui/app.ini` manually,
@@ -326,13 +326,13 @@ then use `systemctl restart nginx-ui` to reload the Nginx UI service.
326326
**Remove Nginx UI, except configuration and database files**
327327

328328
```shell
329-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ remove
329+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ remove
330330
```
331331

332332
### More Usage
333333

334334
````shell
335-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ help
335+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ help
336336
````
337337

338338
## Example of Nginx Reverse Proxy Configuration

docs/guide/install-script-linux.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ install.sh install [OPTIONS]
3838

3939
```shell [Stable (Default)]
4040
# Install the latest stable version
41-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ install
41+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ install
4242
```
4343

4444
```shell [Prerelease]
4545
# Install the latest prerelease version
46-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ install --channel prerelease
46+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ install --channel prerelease
4747
```
4848

4949
```shell [Development]
5050
# Install the latest development build
51-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ install --channel dev
51+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ install --channel dev
5252
```
5353

5454
:::
@@ -83,12 +83,12 @@ install.sh remove [OPTIONS]
8383

8484
```shell [Remove]
8585
# Remove Nginx UI, except configuration and database files
86-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ remove
86+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ remove
8787
```
8888

8989
```shell [Purge]
9090
# Remove all the Nginx UI file, include configuration and database files
91-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ remove --purge
91+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ remove --purge
9292
```
9393

9494
:::
@@ -108,7 +108,7 @@ install.sh help
108108
### Quick Usage
109109

110110
```shell
111-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ help
111+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ help
112112
```
113113

114114
## Control Service

docs/zh_CN/guide/install-script-linux.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ install.sh install [OPTIONS]
3737

3838
```shell [稳定版(默认)]
3939
# 安装最新稳定版本
40-
bash -c "$(curl -L https://cloud.nginxui.com/https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ install -r https://cloud.nginxui.com/
40+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ install -r https://cloud.nginxui.com/
4141
```
4242

4343
```shell [预发布版]
4444
# 安装最新预发布版本
45-
bash -c "$(curl -L https://cloud.nginxui.com/https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ install --channel prerelease -r https://cloud.nginxui.com/
45+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ install --channel prerelease -r https://cloud.nginxui.com/
4646
```
4747

4848
```shell [开发版]
4949
# 安装最新开发构建
50-
bash -c "$(curl -L https://cloud.nginxui.com/https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ install --channel dev -r https://cloud.nginxui.com/
50+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ install --channel dev -r https://cloud.nginxui.com/
5151
```
5252

5353
:::
@@ -79,12 +79,12 @@ install.sh remove [OPTIONS]
7979

8080
```shell [移除]
8181
# 删除 Nginx UI,但不包括配置和数据库文件
82-
bash -c "$(curl -L https://cloud.nginxui.com/https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ remove
82+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ remove
8383
```
8484

8585
```shell [清除]
8686
# 删除所有 Nginx UI 文件,包括配置和数据库文件
87-
bash -c "$(curl -L https://cloud.nginxui.com/https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ remove --purge
87+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ remove --purge
8888
```
8989

9090
:::
@@ -104,7 +104,7 @@ install.sh help
104104
### 快速使用
105105

106106
```shell
107-
bash -c "$(curl -L -s https://cloud.nginxui.com/https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ help
107+
bash -c "$(curl -L -s https://cloud.nginxui.com/install.sh)" @ help
108108
```
109109

110110
## 控制服务

docs/zh_TW/guide/install-script-linux.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ install.sh install [OPTIONS]
3737

3838
```shell [穩定版(預設)]
3939
# 安裝最新穩定版本
40-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ install
40+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ install
4141
```
4242

4343
```shell [預發布版]
4444
# 安裝最新預發布版本
45-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ install --channel prerelease
45+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ install --channel prerelease
4646
```
4747

4848
```shell [開發版]
4949
# 安裝最新開發構建
50-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ install --channel dev
50+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ install --channel dev
5151
```
5252

5353
:::
@@ -79,12 +79,12 @@ install.sh remove [OPTIONS]
7979

8080
```shell [移除]
8181
# 解除安裝 Nginx UI 但保留設定和資料庫檔案
82-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ remove
82+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ remove
8383
```
8484

8585
```shell [清除]
8686
# 解除安裝並刪除所有 Nginx UI 檔案,包括設定和資料庫檔案
87-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ remove --purge
87+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ remove --purge
8888
```
8989

9090
:::
@@ -104,7 +104,7 @@ install.sh help
104104
### 快速使用
105105

106106
```shell
107-
bash -c "$(curl -L https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ help
107+
bash -c "$(curl -L https://cloud.nginxui.com/install.sh)" @ help
108108
```
109109

110110
## 控制服務

0 commit comments

Comments
 (0)