A simple Git LFS server (for non VPS)

Fumiya Funatsu

New member
I recently created a simple Git LFS Server for non VPS / non-root servers.


I created this for casual SSH barebones git repository creation, as an alternative of using custom transfer methods (which don't need any web servers) like below:



The advantage over custom transfers is that the transfers are parallelized and faster since HTTP is used instead of SSH.

And yet, I like that they do not require a heavy server installation like GitLab or Gitea.
 
Back
Top