mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 08:11:11 +08:00
Compare commits
No commits in common. "402308d620bc21f49b886a2bebb317994e4d04a5" and "b701a89b985c636a98535b2f5b4fd1deb190d281" have entirely different histories.
402308d620
...
b701a89b98
4 changed files with 7 additions and 15 deletions
|
|
@ -1,11 +1,6 @@
|
|||
# 更新日志
|
||||
|
||||
4.1.2-rc.0 - 2025-06-17
|
||||
---
|
||||
- PRE-RELEASE: 此版本是v4.1.2预发布版本,请勿在生产环境中使用;
|
||||
- CHANGE: 更新`design`主题, 更新默认配置生成
|
||||
|
||||
4.1.1 - 2025-06-18
|
||||
4.1.1 - 2025-06-17
|
||||
---
|
||||
- CHANGE: 更新touka框架到v0.2.6, 解决MidwareX的一些状态问题
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
4.1.2-rc.0
|
||||
4.1.0-rc.0
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
4.1.2
|
||||
4.1.1
|
||||
|
|
@ -245,7 +245,7 @@ func DefaultConfig() *Config {
|
|||
},
|
||||
Pages: PagesConfig{
|
||||
Mode: "internal",
|
||||
Theme: "hub",
|
||||
Theme: "bootstrap",
|
||||
StaticDir: "/data/www",
|
||||
},
|
||||
Log: LogConfig{
|
||||
|
|
@ -272,6 +272,7 @@ func DefaultConfig() *Config {
|
|||
},
|
||||
RateLimit: RateLimitConfig{
|
||||
Enabled: false,
|
||||
//RateMethod: "total",
|
||||
RatePerMinute: 100,
|
||||
Burst: 10,
|
||||
BandwidthLimit: BandwidthLimitConfig{
|
||||
|
|
@ -288,11 +289,7 @@ func DefaultConfig() *Config {
|
|||
},
|
||||
Docker: DockerConfig{
|
||||
Enabled: false,
|
||||
Target: "dockerhub",
|
||||
Auth: false,
|
||||
Credentials: map[string]string{
|
||||
"testpass": "test123",
|
||||
},
|
||||
Target: "ghcr",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue