|
il y a 3 ans | |
---|---|---|
cmd | il y a 3 ans | |
old | il y a 3 ans | |
web | il y a 3 ans | |
.gitignore | il y a 3 ans | |
Dockerfile | il y a 8 ans | |
LICENSE | il y a 3 ans | |
README.md | il y a 8 ans | |
go.mod | il y a 3 ans | |
go.sum | il y a 3 ans | |
main.go | il y a 3 ans |
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 .