|
há 3 anos atrás | |
---|---|---|
cmd | há 3 anos atrás | |
old | há 3 anos atrás | |
web | há 3 anos atrás | |
.gitignore | há 3 anos atrás | |
Dockerfile | há 8 anos atrás | |
LICENSE | há 3 anos atrás | |
README.md | há 8 anos atrás | |
go.mod | há 3 anos atrás | |
go.sum | há 3 anos atrás | |
main.go | há 3 anos atrás |
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 .