Skip to content

Latest commit

 

History

74 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Fast File Service in Go.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages