Sem descrição

Tone 851a0b0040 Add go mod file há 3 anos atrás
assets 6041d84635 Sakuin, first simple strike há 8 anos atrás
bin 5a2dfb9efc Added docker build and documentation há 8 anos atrás
.gitignore 6041d84635 Sakuin, first simple strike há 8 anos atrás
Dockerfile 5a2dfb9efc Added docker build and documentation há 8 anos atrás
README.md be3ebd7f6a Update README.md há 8 anos atrás
go.mod 851a0b0040 Add go mod file há 3 anos atrás
go.sum 851a0b0040 Add go mod file há 3 anos atrás
sakuin.go 613df94b01 Typo fix há 7 anos atrás

README.md

Sakuin (索引)

Sakuin is an http file indexer written in Go. It exposes 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 .