No Description

t0n3 5a2dfb9efc Added docker build and documentation 8 years ago
assets 6041d84635 Sakuin, first simple strike 8 years ago
bin 5a2dfb9efc Added docker build and documentation 8 years ago
.gitignore 6041d84635 Sakuin, first simple strike 8 years ago
Dockerfile 5a2dfb9efc Added docker build and documentation 8 years ago
README.md 5a2dfb9efc Added docker build and documentation 8 years ago
sakuin.go cd13811ffd Go fmt pass 8 years ago

README.md

Sakuin (索引)

Sakuin is an http file indexer written in Go. It to expose your files from a given directory, simply and nicely.

Building

go build --o bin/sakuin

Usage

Usage of sakuin:
  -dir string
        Path to data dir you want to expose (default ".")
  -port int
        Port binded by Sakuin (default 3000)

Building Docker image

GOOS=linux go build --o bin/sakuin
docker build .