chore: add cloud.nginxui.com

This commit is contained in:
Jacky 2025-05-02 12:08:55 +08:00
parent 274542fc7d
commit cf531e3f09
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
28 changed files with 43 additions and 42 deletions

View file

@ -3,7 +3,7 @@
## GithubProxy
- 版本:`>= v2.0.0-beta.37`
- 類型:`string`
- 建議:`https://mirror.ghproxy.com/`
- 建議:`https://cloud.nginxui.com/`
對於可能在從 Github 下載資源時遇到困難的使用者(如在中國大陸),此選項允許他們為 github.com 設定代理,以提高可存取性。

View file

@ -148,7 +148,7 @@ JWT 是一種用於驗證使用者身份的標準,它可以在使用者登入
## GithubProxy
- 類型:`string`
- 建議:`https://mirror.ghproxy.com/`
- 建議:`https://cloud.nginxui.com/`
::: warning 警告
已在 `v2.0.0-beta.37` 中廢棄,請使用 `Http.GithubProxy` 取代。

View file

@ -20,7 +20,7 @@ install.sh install [OPTIONS]
|-----------------------|---------------------------------------------------------------------------------------|
| `-l, --local <file>` | 從本機檔案安裝 Nginx UI (`string`) |
| `-p, --proxy <url>` | 透過代理伺服器下載 (`string`)<br/>例如:`-p http://127.0.0.1:8118``-p socks5://127.0.0.1:1080` |
| `-r, --reverse-proxy` | 透過反向代理伺服器下載 (`string`)<br/>例如:`-r https://mirror.ghproxy.com/` |
| `-r, --reverse-proxy` | 透過反向代理伺服器下載 (`string`)<br/>例如:`-r https://cloud.nginxui.com/` |
### 快速使用