
goStatic
A minimal static web server for Docker, designed to serve static files with a focus on security and small image size.
About
goStatic is a lightweight static web server written in Go, specifically designed for Docker environments. It serves static files with minimal overhead and emphasizes security through features like read-only filesystem support and customizable security headers. The application tar…