ensure commands for all services

This commit is contained in:
Willy Kloucek
2022-05-03 15:12:34 +02:00
parent f643de22c4
commit 977c4fd9e9
184 changed files with 5690 additions and 3268 deletions
+1 -5
View File
@@ -56,8 +56,7 @@ type IdmExtension struct {
}
type FrontendExtension struct {
Archiver InsecureExtension
AppProvider InsecureExtension `yaml:"app_provider"`
Archiver InsecureExtension
}
type AuthbasicExtension struct {
@@ -256,9 +255,6 @@ func CreateConfig(insecure, forceOverwrite bool, configPath, adminPassword strin
},
}
cfg.Frontend = FrontendExtension{
AppProvider: InsecureExtension{
Insecure: true,
},
Archiver: InsecureExtension{
Insecure: true,
},