paullockaby / backstop

A web application that receives all requests and displays an error message.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

backstop

A system that will return the same document regardless of what page is requested.

Running

To run this container image, simply run this command, or some variation on it:

docker run --rm -d -p 8080:80/tcp \
  -e HTTPD_PROXY_PROTOCOL=On \
  -e HTTPD_SERVER_NAME=localhost:8080 \
  -e HTTPD_SERVER_ADMIN=paul@paullockaby.com \
  ghcr.io/paullockaby/backstop:v1.1.0

About

A web application that receives all requests and displays an error message.


Languages

Language:Dockerfile 34.3%Language:Makefile 32.9%Language:HTML 16.6%Language:Shell 16.3%