From 72009b5db22e86eb490dbf8816e927f109ebe88b Mon Sep 17 00:00:00 2001 From: Abhinav Sarkar Date: Sat, 21 Jul 2018 10:26:59 +0530 Subject: [PATCH] Adds docker badges --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23a4f79..861a3cb 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,18 @@ # 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. ## Features -- A tiny web server, just 3MB in size. +- A tiny web server, just 3.5MB in size. - Statically compiled binary with no dependencies. - Built for Docker. - Supports custom 404 file. - Supports custom index files for URLs ending with "/". +- Takes care to not serve hidden files. - 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.