|
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 .