Github文件加速器部署
Github
文件加速器部署(py
版)
参考:
https://hunsh.net/archives/23/
项目源码:
https://github.com/hunshcn/gh-proxy
note: 服务器必须要有足够的带宽最好是海外的服务器用的海外IP
某大佬分享开源演示环境链接(为其个人爱发电项目请不要滥用):
部署
镜像可选
1 | # 官方 |
CMD方式
1 | docker run -d --name="gh-proxy-py" \ |
docker-compose
1 | version: "3.0" |
启动
1 | # 启动 |
使用
终端命令行
支持终端命令行 git clone , wget , curl
等工具下载.
支持raw.githubusercontent.com , gist.github.com , gist.githubusercontent.com
文件下载.
注意:不支持 SSH Key
方式 git clone
下载.
wget & curl
- wget http://10.0.0.10:88/https://github.com/stilleshan/ServerStatus/archive/master.zip
- wget http://10.0.0.10:88/https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile
- curl -O http://10.0.0.10:88/https://github.com/stilleshan/ServerStatus/archive/master.zip
- curl -O http://10.0.0.10:88/https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile
git clone
git clone http://10.0.0.10:88/https://github.com/stilleshan/ServerStatus
首页下载在本页地址栏输入合规链接(参考以下链接)点击下载按钮
支持
raw.githubusercontent.com , gist.github.com , gist.githubusercontent.com
文件下载.Raw 文件
https://raw.githubusercontent.com/stilleshan/ServerStatus/master/Dockerfile
分支源码
https://github.com/stilleshan/ServerStatus/archive/master.zip
Releases 源码
https://github.com/stilleshan/ServerStatus/archive/v1.0.tar.gz
Releases 文件
https://github.com/fatedier/frp/releases/download/v0.33.0/frp_0.33.0_linux_amd64.tar.gz
windows使用直接输入链接点击下载即可
linux使用拉取项目的方式(wget+ 加速器地址+项目地址)
比如:
wget http://10.0.0.10:88/https://github.com/stilleshan/ServerStatus/archive/master.zip
git clone http://10.0.0.10:88/https://github.com/hunshcn/gh-proxy.git
效果
结语fighting
!