lfsx-server 0.17.1

A fast, lightweight, secure Git LFS server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# lfsx-server

A fast, lightweight, secure Git LFS server: streaming transfers, digest verification on every
upload, permissions mirrored from the upstream Git repository, and file locking.

```bash
cargo install lfsx-server
LFSX_STORAGE_ROOT=./data LFSX_PUBLIC_URL=https://lfs.example.com lfsx-server
```

Most deployments are better served by the container image or the prebuilt binaries, since
`cargo install` compiles from source.

Configuration, the API, authentication, locking and reclaiming space are documented at
[github.com/FerrLabs/LFSX](https://github.com/FerrLabs/LFSX#readme).