Skip to content

Zherphy/BigFiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2dbf11f · Sep 13, 2024

History

11 Commits
Sep 13, 2024
Sep 13, 2024
Oct 31, 2020
Sep 13, 2024
Sep 13, 2024
Oct 31, 2020
Sep 13, 2024
Oct 31, 2020
Oct 31, 2020

Repository files navigation

BigFiles is a (partial) Go implementation of a Git-LFS v2.12.0 server.

  • It can be configured to use any S3-API-compatible backend for LFS storage.
  • It does not currently implent the locking API.
  • See the default entrypoint.

TODO:

  1. 外部参数校验:username、password进行格式校验。
  2. 添加配置文件,将AKSK等写入配置文件中。可参考merlin-server配置文件的格式与读取方式。
  3. 添加测试用例。
  4. 认证方式支持token。
  5. 认证时校验用户在仓库内权限。
  6. 支持ssh。
  7. 仓库添加github action。

About

Version Big Files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%