added basic servers implementation
This commit is contained in:
@@ -49,13 +49,15 @@ 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"`
|
||||
}
|
||||
|
||||
type InstanceManagerConfig struct {
|
||||
Type InstanceManagerType
|
||||
Type InstanceManagerType `yaml:"type"`
|
||||
Docker DockerInstanceManagerConfig `yaml:"docker"`
|
||||
}
|
||||
|
||||
type ServersDatabaseConfig struct {
|
||||
|
Reference in New Issue
Block a user