icyphox / legit

web frontend for git
https://git.icyphox.sh
MIT License
376 stars 25 forks source link

git lfs #22

Open gedw99 opened 1 year ago

gedw99 commented 1 year ago

https://github.com/sinbad/lfs-folderstore looks pretty good.

It allows you to have a local store or to use Minio etc.

https://github.com/git-lfs/git-lfs is the golang git lfs client. I am not sure yet if its even needed on the legit server.

Still playing around.

If there is any interest i can share my code.

quaintdev commented 1 year ago

I am interested in the LFS support. I have quite a few sqlite based projects and it becomes very tedious to maintain .db files outside git

gedw99 commented 1 year ago

sqlite is also a good use case. free versioning of db too.

gedw99 commented 1 year ago

https://github.com/sinbad/lfs-folderstore does work. I got it running.