mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 00:01:10 +08:00
25w16c
This commit is contained in:
parent
e2faa497ab
commit
498266e08e
12 changed files with 207 additions and 166 deletions
|
|
@ -53,11 +53,11 @@ type HttpcConfig struct {
|
|||
/*
|
||||
[gitclone]
|
||||
mode = "bypass" # bypass / cache
|
||||
dir = "./repos"
|
||||
smartGitAddr = ":8080"
|
||||
*/
|
||||
type GitCloneConfig struct {
|
||||
Mode string `toml:"mode"`
|
||||
Dir string `toml:"dir"`
|
||||
Mode string `toml:"mode"`
|
||||
SmartGitAddr string `toml:"smartGitAddr"`
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ maxConnsPerHost = 0 # only for advanced mode
|
|||
|
||||
[gitclone]
|
||||
mode = "bypass" # bypass / cache
|
||||
dir = "./repos"
|
||||
smartGitAddr = ":8080"
|
||||
|
||||
[pages]
|
||||
mode = "internal" # "internal" or "external"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue