fixed some stuff
This commit is contained in:
@@ -50,10 +50,18 @@ type AuthenticationConfig struct {
|
||||
UserPass UserPassAuthConfig `yaml:"user_pass"`
|
||||
}
|
||||
|
||||
type DockerReverseProxyConfig struct {
|
||||
Middlewares []string `yaml:"middlewares"`
|
||||
Entrypoint string `yaml:"entrypoint"`
|
||||
Tls bool `yaml:"tls"`
|
||||
TlsResolver string `yaml:"tls_resolver"`
|
||||
}
|
||||
|
||||
type FileBrowserConfig struct {
|
||||
Image Image `yaml:"image"`
|
||||
Command string `yaml:"command"`
|
||||
Network string `yaml:"network"`
|
||||
Image Image `yaml:"image"`
|
||||
Command string `yaml:"command"`
|
||||
Network string `yaml:"network"`
|
||||
ReverseProxy DockerReverseProxyConfig `yaml:"reverse_proxy"`
|
||||
}
|
||||
|
||||
type DockerInstanceManagerConfig struct {
|
||||
|
Reference in New Issue
Block a user