Adds docker badges

master
Abhinav Sarkar 2018-07-21 10:26:59 +05:30
parent 28a534d74d
commit 72009b5db2
1 changed files with 5 additions and 1 deletions

View File

@ -1,14 +1,18 @@
# hastatic # hastatic
[![Docker Build Status](https://img.shields.io/docker/build/abhin4v/hastatic.svg?style=flat-square)](https://hub.docker.com/r/abhin4v/hastatic/)
![MicroBadger Size](https://img.shields.io/microbadger/image-size/abhin4v/hastatic.svg?style=flat-square)
_hastatic_ is a tiny static web server for Docker. _hastatic_ is a tiny static web server for Docker.
## Features ## Features
- A tiny web server, just 3MB in size. - A tiny web server, just 3.5MB in size.
- Statically compiled binary with no dependencies. - Statically compiled binary with no dependencies.
- Built for Docker. - Built for Docker.
- Supports custom 404 file. - Supports custom 404 file.
- Supports custom index files for URLs ending with "/". - Supports custom index files for URLs ending with "/".
- Takes care to not serve hidden files.
- Adds caching headers automatically. - Adds caching headers automatically.
- Does not support HTTPS. It is expected that you run it behind a reverse-proxy server with HTTPS support, like nginx. - Does not support HTTPS. It is expected that you run it behind a reverse-proxy server with HTTPS support, like nginx.