feat(example): add factorio image example
Build and Push Docker Image / Build image (push) Successful in 1m47s

This commit is contained in:
2026-06-28 19:24:51 +03:00
parent 04ad3616c9
commit 217fc80645
3 changed files with 34 additions and 8 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
package controller
type SourceConfig struct {
DefaultEnabled bool `yaml:"DefaultEnabled"`
DefaultEnabled bool `yaml:"defaultEnabled"`
}
type SourceDefinition struct {
@@ -17,7 +17,7 @@ type ServerConfig struct {
type AuthPasswordMethodConfig struct {
Enabled bool `yaml:"enabled"`
MinLength bool `yaml:"minLength"`
MinLength int `yaml:"minLength"`
}
type AuthProxyMethodConfig struct {