1
0
Serve files over HTTP -- but you should probably use Caddy.
Go to file
2019-12-26 09:55:55 -08:00
cmd/server Initial Commit 2019-12-26 09:55:55 -08:00
.gitignore Initial Commit 2019-12-26 09:55:55 -08:00
docker-compose.yml Initial Commit 2019-12-26 09:55:55 -08:00
Dockerfile Initial Commit 2019-12-26 09:55:55 -08:00
go.mod Initial Commit 2019-12-26 09:55:55 -08:00
Makefile Initial Commit 2019-12-26 09:55:55 -08:00
README.md Initial Commit 2019-12-26 09:55:55 -08:00

Simple File Server

A single binary, running the built-in Go file server.

No other features. No other security holes.

Does not serve index.html files.