mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-10 18:56:55 +02:00
experimental homepage labels support
This commit is contained in:
@@ -22,7 +22,7 @@ type (
|
||||
NoTLSVerify bool `yaml:"no_tls_verify" json:"no_tls_verify,omitempty"` // https proxy only
|
||||
PathPatterns []string `yaml:"path_patterns" json:"path_patterns,omitempty"` // http(s) proxy only
|
||||
Middlewares D.NestedLabelMap `yaml:"middlewares" json:"middlewares,omitempty"`
|
||||
Homepage *H.HomePageItem `yaml:"homepage" json:"homepage"`
|
||||
Homepage H.HomePageItem `yaml:"homepage" json:"homepage"`
|
||||
|
||||
/* Docker only */
|
||||
*D.ProxyProperties `yaml:"-" json:"proxy_properties"`
|
||||
|
||||
Reference in New Issue
Block a user