Git LFS server, multi-repository
author of the fork, 2026
This fork adapts a serverless Git LFS server designed for a single repository into a self-hosted, multi-tenant system.
The upstream project is a serverless Git LFS server built for a single repository, holding large binary files such as game assets, models, and video outside a git repository’s history. This fork is self-hosted and multi-tenant: authentication is scoped per repository through Keycloak, objects are namespaced by repository, and the storage backend runs on SeaweedFS or S3 with an ordered chain of download fallbacks.