-
Notifications
You must be signed in to change notification settings - Fork 2k
Implementations
Marcel Sangals edited this page Dec 17, 2023
·
65 revisions
- artemkin/git-lfs-server - Git LFS server with PAM authentication
- bozaro/git-as-svn - subversion frontend for git repositories with embedded Git LFS server
- bozaro/git-lfs-java - Git LFS Java library (client, server, pointer manipulation)
- cbartz/git-lfs-swift-server - Stores files in an OpenStack Swift cluster
- cbartz/git-lfs-swift-transfer-agent - Implements the custom transfer type swift, which is capable of handling large objects (which exceed the default maximum single object size)
- cloudmazing/lfs-server-go - S3/local file support, Cassandra/redis/boltdb metadata store
- Gitblit - Open-source pure Java Git solution with embedded Git-LFS support
- GitBucket - Open-source Git platform powered by Scala with GitLFS support on the local file system
- Gitea - Open-source Git platform powered by Go with Git LFS support
- GitLab - Has LFS support in the GitLab.com, GitLab Community Edition, and GitLab Enterprise Edition
- github/lfs-test-server - reference server implementation
- jasonwhite/rudolfs - An encrypting, caching, Git LFS server with an S3 back-end (Rust).
- meltingice/git-lfs-s3 - store large files in Amazon S3 (v1 legacy api only).
- metalogical/BigFiles – Go implementation targeting the S3 API, with support for AWS Lambda.
- mgax/lfs - a Python implementation of Git LFS Server that stores blobs on the filesystem (v1 legacy api only).
- alanedwardes/Estranged.Lfs - a C#.net implementation using AWS Lambda, API Gateway and S3.
- kzwang/node-git-lfs - a Javascript implementation that supports S3 and MongoDB GridFS
- saracen/lfscache - a Git LFS Caching proxy, for putting in-between multiple clients (users, build servers) and your LFS server.
- gitlit - A gui for Git LFS file locks
-
datopian/giftless - A modern standalone pluggable Git LFS server implemented in Python 3.x supporting the latest protocols. Pluggable backends with existing support for local, Azure, S3 and Google Cloud backends. Pluggable JWT based authentication / authorization mechanism. Also includes multipart support (extension to LFS protocol).
- https://github.com/datopian/giftless-client: LFS client library in Python. Works with LFS in general as well as Giftless in particular.
- https://github.com/datopian/giftless-client-js: LFS client library in Javascript. Works with LFS in general as well as Giftless in particular.
- AKSW/git_lfs_server_sshauth - a basic single-script Git LFS server with local store and SSH for authentication
- SCM-Manager - Easy-to-install server to host Git, Mercurial and SVN repositories. Supports Git LFS out of the box.
- OneDev - All-in-One DevOps server with Git management, issue boards, and CI/CD. Supports Git LFS starting from 5.0.
- khoa-io/git-lfs-server - Simple LFS handler for Git mirroring
- charmbracelet/soft-serve - Self-hostable Git server with both HTTP and pure-SSH Git LFS implementations
- charmbracelet/git-lfs-transfer - Server-side implementation of the Git LFS pure-SSH protocol
- autovia/git-lfs-transfer - Server-side implementation using the SSH protocol
- msangals/git-lfs-s3-proxy - A Git LFS Server that implements the Batch API and uses AWS S3 Bucket as storage.
- GitHub.com - Supports git-lfs for files up to 2 GiB (pricing)
- GitHub Enterprise - Supports git-lfs on your on-premises GitHub system.
- Artifactory - store large files in a dedicated Binary Repository Manager
- Bitbucket Cloud - Supports git-lfs (pricing)
- Bitbucket Server - Supports Git LFS in version 4.3 and later
- Azure DevOps - git-lfs supported in all Azure DevOps hosted accounts, Azure DevOps Server, and TFS 2015+
- GitLab - LFS supported, see help page for setup
- joerg/stash-git-lfs - Early version of a Plugin for Atlassian Stash (recently rebranded as BitBucket Server)
- Nexus Repository Manager - a repository manager with free, full-featured Git LFS functionality.
- RhodeCode VCSServer - git-lfs v2.0+ server written in Python. With streaming uploads and verification api.