mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +02:00
feat: customize local environment name #313
This commit is contained in:
parent
4c74bc8619
commit
1e9de6f21b
13 changed files with 78 additions and 36 deletions
|
@ -20,7 +20,8 @@ type Server struct {
|
|||
GithubProxy string `json:"github_proxy" binding:"omitempty,url"`
|
||||
CertRenewalInterval int `json:"cert_renewal_interval" binding:"min=7,max=21"`
|
||||
RecursiveNameservers []string `json:"recursive_nameservers" binding:"omitempty,dive,hostname_port"`
|
||||
SkipInstallation bool `json:"skip_installation"`
|
||||
SkipInstallation bool `json:"skip_installation" protected:"true"`
|
||||
Name string `json:"name" binding:"omitempty,alpha_num_dash_dot"`
|
||||
}
|
||||
|
||||
func (s *Server) GetCADir() string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue