# lipanski/docker-static-website

A very small Docker image (~80KB) to run any static website

Repository: https://github.com/lipanski/docker-static-website
Canonical: https://ross.abutalabs.com/products/docker-static-website
Language: Dockerfile
License: MIT
License Family: permissive
Last push: 2025-08-05T12:16:58+00:00

## Health v2 (maintenance only)
Score: 50/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 35, release rhythm 41, longevity 100
- inputs: {"age_days": 2012, "days_push": 393, "days_rel": 393, "gap_med": 5, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1001, forks 87 (observed 2026-09-03T02:15:14.507912+00:00)

## What it is
A tiny (~80KB) Docker image based on BusyBox httpd for serving any static website. It supports multi-arch builds, gzip serving, reverse proxying, custom error pages, allow/deny rules, and basic auth via httpd.conf.

## Use cases
- serve a static website from the smallest possible docker image
- host a static site in a container with minimal footprint
- deploy a static site with basic auth in docker
- serve gzipped static files from a container
- run a tiny reverse proxy for static content
- host a static site on arm devices with docker

## When to choose
- you need the smallest possible container image for static file hosting
- you want a simple, zero-dependency static file server in docker
- you need multi-arch (amd64/arm64/armv7) static hosting
- you want basic auth or IP allow/deny rules without a full web server

## When to avoid
- you need dynamic content, server-side rendering, or a full application server
- you need advanced features like TLS termination, HTTP/2, or caching layers
- you already run nginx/caddy and just need another static site

## Facets
- artifact type: infra-config
- maturity: stable
- function: http-server, self-hosted, deployment
- domain: web-development, self-hosted
- platform: -
- tags: static-site, busybox, minimal-docker-image, httpd, dockerfile, devops, containers, docker, linux, web-server

## Member repositories
- lipanski/docker-static-website (main) score 50

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:14.507912+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:16:06.922828+00:00, confidence not recorded.
  - readme: https://github.com/lipanski/docker-static-website (fetched 2026-09-03T02:15:14.507912+00:00, sha 490eb4ac86fb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
