working state
This commit is contained in:
@@ -65,10 +65,7 @@ type FileBrowserConfig struct {
|
||||
}
|
||||
|
||||
type DockerInstanceManagerConfig struct {
|
||||
GamesDomain string `yaml:"games_domain"`
|
||||
BrowsersDomain string `yaml:"browsers_domain"`
|
||||
CertificateResolver string `yaml:"certificate_resolver"`
|
||||
FileBrowser FileBrowserConfig `yaml:"file_browser"`
|
||||
FileBrowser FileBrowserConfig `yaml:"file_browser"`
|
||||
}
|
||||
|
||||
type InstanceManagerConfig struct {
|
||||
|
@@ -19,6 +19,7 @@ type Image struct {
|
||||
}
|
||||
|
||||
type FileBrowser struct {
|
||||
Id string
|
||||
Url string
|
||||
Id string
|
||||
Url string
|
||||
ServerId string
|
||||
}
|
||||
|
Reference in New Issue
Block a user