A very very basic LFS server. Supporting https and http connections.
This LFS server should not be used where someone you do not trust can access.
edvar-lfs --help
Edvar LFS Server - A simple LFS server
Usage: edvar-lfs [OPTIONS] --base-url <BASE_URL>
Options:
-a, --address <ADDRESS> The address to bind the server to [default: 127.0.0.1]
-p, --port <PORT> The port to bind the server to [default: 8080]
-c, --cert-file <CERT_FILE> The path to the certificate file [default: ""]
-k, --key-file <KEY_FILE> The path to the private key file [default: ""]
-d, --data-dir <DATA_DIR> The directory to store LFS data [default: ~/.edvar-lfs/data]
-b, --base-url <BASE_URL> The base URL for the LFS server
-h, --help Print help
-V, --version Print version