使用Gitee做图床 基于golang实现的一个上传小工具

hezhizheng · · 1691 次点击 · 开始浏览    置顶
这是一个创建于 的主题,其中的信息可能已经有所发展或是发生改变。

# gitee-image-hosting 🐽 > Gitee 图床工具 (基于 Golang(Gin) 实现) [github地址](https://github.com/hezhizheng/gitee-image-hosting) ``` 还是用回Gitee当图床算了,不然哪里有国内访问又快又免费又稳的图床服务提供...... ``` ## 页面 ![](https://cdn.learnku.com/uploads/images/202102/07/6843/crh7ytVwiz.png!large) ![](https://cdn.learnku.com/uploads/images/202102/07/6843/8CY2HIkX5x.gif!large) ## 功能 - 一键启动,跨平台支持,运行只依赖编译后的二进制文件 - 可视化web操作界面(PS: 页面有点丑,但基本能用......) - 多图上传,支持 'jpeg', 'jpg', 'gif', 'png' 格式 - 复制图片url 、删除图片 ## 使用 用户可直接下载 [releases](https://github.com/hezhizheng/gitee-image-hosting/releases) 文件启动即可,参数说明: ![](https://cdn.learnku.com/uploads/images/202102/07/6843/a3PIK9NL28.png!large) ``` ./gitee-image-hosting_windows_amd64.exe -h Usage of gitee-image-hosting_windows_amd64.exe: -owner string 仓库所属空间地址(企业、组织或个人的地址path) (default "hezhizheng") -path string 文件的路径 (default "image-hosting") -port string 本地监听的端口 (default "2047") -repo string 仓库路径(path) (default "pictest") -token string Gitee 的用户授权码 ``` ``` 完整启动命令: ./gitee-image-hosting_windows_amd64.exe -owner hezhizheng -repo pictest -path image-hosting -token xxxtoken -port 2047 实际参数替换成自己的就行 ``` token获取:https://gitee.com/profile/personal_access_tokens/new 自行编译 ``` gox -osarch="windows/amd64" -ldflags "-s -w" gox -osarch="darwin/amd64" -ldflags "-s -w" gox -osarch="linux/amd64" -ldflags "-s -w" ``` ## 关于Gitee限制图片大于1M访问的处理方案 - 使用第三方图片压缩工具进行压缩,之后再进行上传。推荐 [iloveimg](https://www.iloveimg.com/zh-cn/compress-image/compress-jpg) - 启用Gitee的pages功能(非付费用户上传图片之后需要手动进行pages服务的部署),程序会自动替换pages域名进行图片的展示。

有疑问加站长微信联系(非本文作者)

第 1 条附言  · 
同时支持 github 与 gitee 做图床

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

1691 次点击  
加入收藏 微博
2 回复  |  直到 2021-03-05 17:38:45
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传