1
0
Serve files over HTTP -- but you should probably use Caddy.
Go to file
2023-01-13 20:42:59 +00:00
cmd/server Prevent directory listing 2020-01-03 06:57:47 -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 Update Go version and add builder container 2023-01-13 20:42:59 +00:00
go.mod Update Go version and add builder container 2023-01-13 20:42:59 +00:00
LICENSE Create LICENSE 2019-12-26 09:58:26 -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.