|
hace 7 años | |
---|---|---|
assets | hace 8 años | |
bin | hace 8 años | |
.gitignore | hace 8 años | |
Dockerfile | hace 8 años | |
README.md | hace 8 años | |
sakuin.go | hace 7 años |
Sakuin is an http file indexer written in Go. It exposes your files from a given directory, simply and nicely.
go build -o bin/sakuin
Usage of sakuin:
-dir string
Path to data dir you want to expose (default ".")
-port int
Port binded by Sakuin (default 3000)
GOOS=linux go build -o bin/sakuin
docker build .