mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 00:01:10 +08:00
2.5.0
This commit is contained in:
parent
79153c0f7d
commit
f134d22540
3 changed files with 10 additions and 1 deletions
|
|
@ -17,6 +17,9 @@ mode = "bypass" # bypass / cache
|
|||
smartGitAddr = "http://127.0.0.1:8080"
|
||||
ForceH2C = false
|
||||
|
||||
[shell]
|
||||
editor = false
|
||||
|
||||
[pages]
|
||||
mode = "internal" # "internal" or "external"
|
||||
theme = "bootstrap" # "bootstrap" or "nebula"
|
||||
|
|
@ -32,6 +35,7 @@ authMethod = "parameters" # "header" or "parameters"
|
|||
authToken = "token"
|
||||
enabled = false
|
||||
passThrough = false
|
||||
ForceAllowApi = false
|
||||
|
||||
[blacklist]
|
||||
blacklistFile = "/usr/local/ghproxy/config/blacklist.json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue