Sen descrición

Tone a5d33bd850 WIP %!s(int64=3) %!d(string=hai) anos
cmd a5d33bd850 WIP %!s(int64=3) %!d(string=hai) anos
old 5d0bec287c WIP %!s(int64=3) %!d(string=hai) anos
web a5d33bd850 WIP %!s(int64=3) %!d(string=hai) anos
.gitignore 5d0bec287c WIP %!s(int64=3) %!d(string=hai) anos
Dockerfile 5a2dfb9efc Added docker build and documentation %!s(int64=8) %!d(string=hai) anos
LICENSE 5d0bec287c WIP %!s(int64=3) %!d(string=hai) anos
README.md be3ebd7f6a Update README.md %!s(int64=8) %!d(string=hai) anos
go.mod 5d0bec287c WIP %!s(int64=3) %!d(string=hai) anos
go.sum 5d0bec287c WIP %!s(int64=3) %!d(string=hai) anos
main.go 5d0bec287c WIP %!s(int64=3) %!d(string=hai) anos

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 .