This commit is contained in:
wjqserver 2025-03-17 13:48:53 +08:00
parent 79153c0f7d
commit f134d22540
3 changed files with 10 additions and 1 deletions

View file

@ -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"