Skip to content

satomitouka/ghproxy-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghProxy-Go

WJQSERVER-STUDIO/ghproxy做出了更佳实现,本仓库将存档

简介

GitHub 代理服务,支持 Github release、archive以及项目文件

用户鉴权

在config.yaml中使auth为true时,将会开启用户鉴权,开启后须在路径后加上参数?auth_token=yourAuthToken

部署

docker run -d -p 80:80 -v ./config:/data/ghproxy/config -v ./log:/data/ghproxy/log --restart always wjqserver/ghproxy:latest

TODO

  • Git Clone支持
  • 用戶鑒權
  • 使用API獲取配置信息

About

Github release, archive以及项目文件的下载加速项目

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 54.7%
  • HTML 34.6%
  • Dockerfile 8.8%
  • Shell 1.9%