Github / Gitee 图床工具 (基于 Golang(Gin) 实现) github地址
还是用Gitee当图床算了,不然哪里有国内访问又快又免费又稳的图床服务提供......
Github 也行,可以用jsdelivr加速
用户可直接下载 releases 文件启动即可,参数说明:
./repo-image-hosting_windows_amd64.exe -h
Usage of D:\phpstudy_pro\WWW\org\gitee-image-hosting\repo-image-hosting_windows_amd64.exe:
-owner string
仓库所属空间地址(企业、组织或个人的地址path) (default "hezhizheng")
-path string
文件的路径 (default "image-hosting")
-platform string
平台名称,支持gitee/github (default "github")
-port string
本地监听的端口 (default "2047")
-repo string
仓库路径(path) (default "static-image-hosting")
-token string
Gitee/Github 的用户授权码
完整启动命令: ./repo-image-hosting_windows_amd64.exe -platform github -owner hezhizheng -repo static-image-hosting -path image-hosting -token xxxtoken -port 2047
实际参数替换成自己的就行
token获取(gitee):https://gitee.com/profile/personal_access_tokens/new
token获取(github):https://github.com/settings/tokens/new
自行编译
// 编译前请先安装 go-bindata ,请参考 https://blog.hi917.com/detail/87.html
// 执行静态资源编译命令(每次修改静态文件都需要执行)
go-bindata -o=bindata/bindata.go -pkg=bindata ./static/... ./views/...
// 跨平台编译
gox -osarch="windows/amd64" -ldflags "-s -w"
gox -osarch="darwin/amd64" -ldflags "-s -w"
gox -osarch="linux/amd64" -ldflags "-s -w"
-- END
写的不错,赞助一下主机费
暂无评论~~