chore: prepare v2.3.5

This commit is contained in:
0xJacky
2026-03-15 16:17:04 +00:00
parent f89916e0fb
commit af6d3b9ae4
9 changed files with 37 additions and 27 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "nginx-ui-app-next",
"type": "module",
"version": "2.3.4",
"version": "2.3.5",
"packageManager": "pnpm@10.32.1",
"scripts": {
"dev": "vite --host",
+1
View File
@@ -6,4 +6,5 @@ export default {
50010: () => $gettext('Cannot delete protected path'),
50011: () => $gettext('File or directory not found: {0}'),
50012: () => $gettext('You are not allowed to delete a file outside of the nginx config path'),
50013: () => $gettext('Cannot delete the nginx config directory'),
}
+1 -1
View File
@@ -1 +1 @@
{"version":"2.3.4","build_id":1,"total_build":514}
{"version":"2.3.5","build_id":1,"total_build":515}
+12
View File
@@ -16,3 +16,15 @@ allows them to set a proxy for github.com to improve accessibility.
This option is used to skip the verification of the certificate of servers when Nginx UI sends requests to them.
## WebSocketTrustedOrigins
- Type: `[]string`
- Default: empty
- Example: `http://localhost:5173,https://admin.example.com`
This option allows additional trusted browser origins for authenticated WebSocket connections.
Use it when Nginx UI is accessed through a reverse proxy with a different public origin, through multiple management domains, or during local development where the frontend and backend run on different ports.
Keep this list as small as possible. Same-origin WebSocket requests do not need to be added here.
-11
View File
@@ -269,14 +269,3 @@ Deprecated in `v2.0.0-beta.37`, please use `Http.InsecureSkipVerify` instead.
This option is used to skip the verification of the certificate of servers when Nginx UI sends requests to them.
## Http.WebSocketTrustedOrigins
- Type: `[]string`
- Default: empty
- Example: `http://localhost:5173,https://admin.example.com`
This option allows additional trusted browser origins for authenticated WebSocket connections.
Use it when Nginx UI is accessed through a reverse proxy with a different public origin, through multiple management domains, or during local development where the frontend and backend run on different ports.
Keep this list as small as possible. Same-origin WebSocket requests do not need to be added here.
+12
View File
@@ -13,3 +13,15 @@
- 类型: `bool`
此选项用于配置 Nginx UI 服务器在与其他服务器建立 TLS 连接时是否跳过证书验证。
## WebSocketTrustedOrigins
- 类型: `[]string`
- 默认值: 空
- 示例: `http://localhost:5173,https://admin.example.com`
此选项用于为已认证的 WebSocket 连接额外声明可信浏览器来源。
当 Nginx UI 通过带有不同公网域名的反向代理访问、需要同时支持多个管理域名,或本地开发时前后端运行在不同端口时,可以配置该选项。
请尽量保持列表最小化。对于同源的 WebSocket 请求,不需要额外加入这里。
-11
View File
@@ -253,14 +253,3 @@ Nginx UI 将不会创建系统初始的 acme 用户,这意味着您无法在
此选项用于配置 Nginx UI 服务器在与其他服务器建立 TLS 连接时是否跳过证书验证。
## Http.WebSocketTrustedOrigins
- 类型: `[]string`
- 默认值: 空
- 示例: `http://localhost:5173,https://admin.example.com`
此选项用于为已认证的 WebSocket 连接额外声明可信浏览器来源。
当 Nginx UI 通过带有不同公网域名的反向代理访问、需要同时支持多个管理域名,或本地开发时前后端运行在不同端口时,可以配置该选项。
请尽量保持列表最小化。对于同源的 WebSocket 请求,不需要额外加入这里。
+10 -3
View File
@@ -14,7 +14,14 @@
此選項用於設定 Nginx UI 伺服器在與其他伺服器建立 TLS 連接時是否跳過證書驗證。
- 版本:`>= v2.0.0-beta.37`
- 類型:`bool`
## WebSocketTrustedOrigins
此選項用於設定 Nginx UI 伺服器在與其他伺服器建立 TLS 連接時是否跳過證書驗證。
- 類型:`[]string`
- 預設值:空
- 範例:`http://localhost:5173,https://admin.example.com`
此選項用於為已驗證的 WebSocket 連線額外宣告可信任的瀏覽器來源。
當 Nginx UI 透過具有不同公開網域的反向代理存取、需要同時支援多個管理網域,或在本機開發時前後端執行於不同連接埠時,可以設定此選項。
請盡量將此清單保持在最小範圍。對於同源的 WebSocket 請求,不需要額外加入這裡。
Binary file not shown.