|
пре 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 .