|
3 yıl önce | |
---|---|---|
assets | 8 yıl önce | |
bin | 8 yıl önce | |
.gitignore | 8 yıl önce | |
Dockerfile | 8 yıl önce | |
README.md | 8 yıl önce | |
go.mod | 3 yıl önce | |
go.sum | 3 yıl önce | |
sakuin.go | 7 yıl önce |
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 .