docs: update docs about insecure skip verify

This commit is contained in:
Jacky 2024-07-30 15:17:43 +08:00
parent f1c0f8ddca
commit 6c7b644f60
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
9 changed files with 467 additions and 443 deletions

View file

@ -145,3 +145,10 @@ Nginx UI will not create a system initial acme user, this means you can't apply
- Type: `string` - Type: `string`
Use this option to customize the name of local server to be displayed in the environment indicator. Use this option to customize the name of local server to be displayed in the environment indicator.
## InsecureSkipVerify
- Version`>= v2.0.0-beta.30`
- Type: `bool`
This option is used to skip the verification of the certificate of servers when Nginx UI sends requests to them.

View file

@ -4,7 +4,7 @@ Applicable for version v2.0.0-beta.23 and above.
## Server ## Server
| Configuration Setting | Environment Variable | | Configuration Setting | Environment Variable |
| ----------------------------- | ------------------------------------- | |-----------------------|---------------------------------------|
| HttpPort | NGINX_UI_SERVER_HTTP_PORT | | HttpPort | NGINX_UI_SERVER_HTTP_PORT |
| RunMode | NGINX_UI_SERVER_RUN_MODE | | RunMode | NGINX_UI_SERVER_RUN_MODE |
| JwtSecret | NGINX_UI_SERVER_JWT_SECRET | | JwtSecret | NGINX_UI_SERVER_JWT_SECRET |
@ -21,6 +21,7 @@ Applicable for version v2.0.0-beta.23 and above.
| RecursiveNameservers | NGINX_UI_SERVER_RECURSIVE_NAMESERVERS | | RecursiveNameservers | NGINX_UI_SERVER_RECURSIVE_NAMESERVERS |
| SkipInstallation | NGINX_UI_SERVER_SKIP_INSTALLATION | | SkipInstallation | NGINX_UI_SERVER_SKIP_INSTALLATION |
| Name | NGINX_UI_SERVER_NAME | | Name | NGINX_UI_SERVER_NAME |
| InsecureSkipVerify | NGINX_UI_SERVER_INSECURE_SKIP_VERIFY |
## Nginx ## Nginx

View file

@ -132,3 +132,10 @@ Nginx UI 将不会创建系统初始的 acme 用户,这意味着您无法在
- 类型:`string` - 类型:`string`
使用此选项自定义本地服务器的名称,以在环境指示器中显示。 使用此选项自定义本地服务器的名称,以在环境指示器中显示。
## InsecureSkipVerify
- 版本:`>= v2.0.0-beta.30`
- 类型: `bool`
此选项用于配置 Nginx UI 服务器在与其他服务器建立 TLS 连接时是否跳过证书验证。

View file

@ -4,7 +4,7 @@
## Server ## Server
| Configuration Setting | Environment Variable | | Configuration Setting | Environment Variable |
| ----------------------------- | ------------------------------------- | |-------------------------| ------------------------------------- |
| HttpPort | NGINX_UI_SERVER_HTTP_PORT | | HttpPort | NGINX_UI_SERVER_HTTP_PORT |
| RunMode | NGINX_UI_SERVER_RUN_MODE | | RunMode | NGINX_UI_SERVER_RUN_MODE |
| JwtSecret | NGINX_UI_SERVER_JWT_SECRET | | JwtSecret | NGINX_UI_SERVER_JWT_SECRET |
@ -21,6 +21,7 @@
| RecursiveNameservers | NGINX_UI_SERVER_RECURSIVE_NAMESERVERS | | RecursiveNameservers | NGINX_UI_SERVER_RECURSIVE_NAMESERVERS |
| SkipInstallation | NGINX_UI_SERVER_SKIP_INSTALLATION | | SkipInstallation | NGINX_UI_SERVER_SKIP_INSTALLATION |
| Name | NGINX_UI_SERVER_NAME | | Name | NGINX_UI_SERVER_NAME |
| InsecureSkipVerify | NGINX_UI_SERVER_INSECURE_SKIP_VERIFY |
## Nginx ## Nginx

View file

@ -133,3 +133,10 @@ Nginx UI 將不會創建系統初始的 acme 使用者,這意味著您無法
- 類型:`string` - 類型:`string`
使用此選項自定義本地伺服器的名稱,以在環境指示器中顯示。 使用此選項自定義本地伺服器的名稱,以在環境指示器中顯示。
## InsecureSkipVerify
- 版本:`>= v2.0.0-beta.30`
- 類型: `bool`
此選項用於配置 Nginx UI 伺服器在與其他伺服器建立 TLS 連接時是否跳過證書驗證。

View file

@ -4,7 +4,7 @@
## Server ## Server
| Configuration Setting | Environment Variable | | Configuration Setting | Environment Variable |
| ----------------------------- | ------------------------------------- | |------------------------| ------------------------------------- |
| HttpPort | NGINX_UI_SERVER_HTTP_PORT | | HttpPort | NGINX_UI_SERVER_HTTP_PORT |
| RunMode | NGINX_UI_SERVER_RUN_MODE | | RunMode | NGINX_UI_SERVER_RUN_MODE |
| JwtSecret | NGINX_UI_SERVER_JWT_SECRET | | JwtSecret | NGINX_UI_SERVER_JWT_SECRET |
@ -21,6 +21,7 @@
| RecursiveNameservers | NGINX_UI_SERVER_RECURSIVE_NAMESERVERS | | RecursiveNameservers | NGINX_UI_SERVER_RECURSIVE_NAMESERVERS |
| SkipInstallation | NGINX_UI_SERVER_SKIP_INSTALLATION | | SkipInstallation | NGINX_UI_SERVER_SKIP_INSTALLATION |
| Name | NGINX_UI_SERVER_NAME | | Name | NGINX_UI_SERVER_NAME |
| InsecureSkipVerify | NGINX_UI_SERVER_INSECURE_SKIP_VERIFY |
## Nginx ## Nginx