kzwang / node-git-lfs

A NodeJS implementation of Git LFS Server.
Apache License 2.0
57 stars 37 forks source link

Node Git LFS

Build Status Coverage Status Code Climate

A NodeJS implementation of Git LFS Server.

Installation

npm install node-git-lfs

Features

Configuration

All configurations can be done via environment variable or configuration file

Environment Variables

If storage type is s3 or s3_direct:

If storage type is grid:

If authenticator type is basic:

SSH Environment Variables