Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paullockaby/backstop

A web application that receives all requests and displays an error message.
https://github.com/paullockaby/backstop

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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 [email protected] \
ghcr.io/paullockaby/backstop:v1.1.0
```