|
3 лет назад | |
---|---|---|
cmd | 3 лет назад | |
old | 3 лет назад | |
web | 3 лет назад | |
.gitignore | 3 лет назад | |
Dockerfile | 8 лет назад | |
LICENSE | 3 лет назад | |
README.md | 8 лет назад | |
go.mod | 3 лет назад | |
go.sum | 3 лет назад | |
main.go | 3 лет назад |
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 .