mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 08:11:11 +08:00
update design theme
This commit is contained in:
parent
933aeee518
commit
eb3bf16e06
1 changed files with 7 additions and 4 deletions
|
|
@ -245,7 +245,7 @@ func DefaultConfig() *Config {
|
||||||
},
|
},
|
||||||
Pages: PagesConfig{
|
Pages: PagesConfig{
|
||||||
Mode: "internal",
|
Mode: "internal",
|
||||||
Theme: "bootstrap",
|
Theme: "hub",
|
||||||
StaticDir: "/data/www",
|
StaticDir: "/data/www",
|
||||||
},
|
},
|
||||||
Log: LogConfig{
|
Log: LogConfig{
|
||||||
|
|
@ -272,7 +272,6 @@ func DefaultConfig() *Config {
|
||||||
},
|
},
|
||||||
RateLimit: RateLimitConfig{
|
RateLimit: RateLimitConfig{
|
||||||
Enabled: false,
|
Enabled: false,
|
||||||
//RateMethod: "total",
|
|
||||||
RatePerMinute: 100,
|
RatePerMinute: 100,
|
||||||
Burst: 10,
|
Burst: 10,
|
||||||
BandwidthLimit: BandwidthLimitConfig{
|
BandwidthLimit: BandwidthLimitConfig{
|
||||||
|
|
@ -289,7 +288,11 @@ func DefaultConfig() *Config {
|
||||||
},
|
},
|
||||||
Docker: DockerConfig{
|
Docker: DockerConfig{
|
||||||
Enabled: false,
|
Enabled: false,
|
||||||
Target: "ghcr",
|
Target: "dockerhub",
|
||||||
|
Auth: false,
|
||||||
|
Credentials: map[string]string{
|
||||||
|
"testpass": "test123",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue