@@ -106,6 +106,7 @@ allows them to set a proxy for github.com to improve accessibility.
106106
107107## CertRenewalInterval
108108
109+ - Version:` >= v2.0.0-beta.22 `
109110- Type: ` int `
110111- Default value: ` 7 `
111112
@@ -114,9 +115,33 @@ By default, Nginx UI will automatically renew the certificate every 7 days.
114115
115116## RecursiveNameservers
116117
118+ - Version:` >= v2.0.0-beta.22 `
117119- Type: ` []string `
118120- Example: ` 8.8.8.8:53,1.1.1.1:53 `
119121
120122This option is used to set the recursive nameservers used by
121123Nginx UI in the DNS challenge step of applying for a certificate.
122124If this option is not configured, Nginx UI will use the nameservers settings of the operating system.
125+
126+ ## SkipInstallation
127+
128+ - Version:` >= v2.0.0-beta.23 `
129+ - Type: ` bool `
130+ - Default value: ` false `
131+
132+ You can skip the installation of the Nginx UI server by setting this option to ` true ` .
133+ This is useful when you want to deploy Nginx UI to multiple servers with
134+ a same configuration file or environment variables.
135+
136+ By default, if you enabled the skip installation mode without setting the ` JWTSecret ` and ` NodeSecret ` options
137+ in the server section, Nginx UI will generate a random UUID value for these two options.
138+
139+ Plus, if you don't set the ` Email ` option also in the server section,
140+ Nginx UI will not create a system initial acme user, this means you can't apply for an SSL certificate in this server.
141+
142+ ## Name
143+
144+ - Version:` >= v2.0.0-beta.23 `
145+ - Type: ` string `
146+
147+ Use this option to customize the name of local server to be displayed in the environment indicator.
0 commit comments