mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 08:11:11 +08:00
2.5.0
This commit is contained in:
parent
79153c0f7d
commit
f134d22540
3 changed files with 10 additions and 1 deletions
|
|
@ -1,5 +1,10 @@
|
||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
2.5.0 - 2025-03-17
|
||||||
|
---
|
||||||
|
- ADD: 加入脚本嵌套加速功能
|
||||||
|
- CHANGE: 修正Auth模块一些代码风格问题
|
||||||
|
|
||||||
25w19a - 2025-03-16
|
25w19a - 2025-03-16
|
||||||
---
|
---
|
||||||
- PRE-RELEASE: 此版本是v2.5.0的预发布版本,请勿在生产环境中使用;
|
- PRE-RELEASE: 此版本是v2.5.0的预发布版本,请勿在生产环境中使用;
|
||||||
|
|
|
||||||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
2.4.2
|
2.5.0
|
||||||
|
|
@ -17,6 +17,9 @@ mode = "bypass" # bypass / cache
|
||||||
smartGitAddr = "http://127.0.0.1:8080"
|
smartGitAddr = "http://127.0.0.1:8080"
|
||||||
ForceH2C = false
|
ForceH2C = false
|
||||||
|
|
||||||
|
[shell]
|
||||||
|
editor = false
|
||||||
|
|
||||||
[pages]
|
[pages]
|
||||||
mode = "internal" # "internal" or "external"
|
mode = "internal" # "internal" or "external"
|
||||||
theme = "bootstrap" # "bootstrap" or "nebula"
|
theme = "bootstrap" # "bootstrap" or "nebula"
|
||||||
|
|
@ -32,6 +35,7 @@ authMethod = "parameters" # "header" or "parameters"
|
||||||
authToken = "token"
|
authToken = "token"
|
||||||
enabled = false
|
enabled = false
|
||||||
passThrough = false
|
passThrough = false
|
||||||
|
ForceAllowApi = false
|
||||||
|
|
||||||
[blacklist]
|
[blacklist]
|
||||||
blacklistFile = "/usr/local/ghproxy/config/blacklist.json"
|
blacklistFile = "/usr/local/ghproxy/config/blacklist.json"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue