Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.19 KB

File metadata and controls

47 lines (32 loc) · 1.19 KB

SectFS

Commit activity build GitHub Release GitHub License

Fast File Service in Go.

Start

$ git clone https://github.com/lindsuen/sectfs.git
$ cd sectfs/

Binary

The make tool is needed.

$ make build
$ mv bin/sectfs ./ && ./sectfs

Docker

The make and docker tools are needed.

$ make build
$ docker build --no-cache -t sectfs-server:latest .
$ docker run -p 5363:5363 --name sectfs-server -v ${TARGET_DIR}/data:/usr/local/sectfs-server/data -v ${TARGET_DIR}/upload:/usr/local/sectfs-server/upload -d sectfs-server:latest

License

BSD 2-Clause license