🔧 config: Default config field for docker hub auth
This commit is contained in:
@@ -113,6 +113,13 @@ func DefaultConfig() *AppConfig {
|
||||
}{
|
||||
MaxImages: 10,
|
||||
},
|
||||
DockerHubAuth: struct {
|
||||
Username string `toml:"username"`
|
||||
Token string `toml:"token"`
|
||||
}{
|
||||
Username: "",
|
||||
Token: "",
|
||||
},
|
||||
Registries: map[string]RegistryMapping{
|
||||
"ghcr.io": {
|
||||
Upstream: "ghcr.io",
|
||||
|
||||
Reference in New Issue
Block a user