Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/paullockaby/backstop
- Owner: paullockaby
- Created: 2023-05-14T22:26:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-18T02:46:01.000Z (about 1 year ago)
- Last Synced: 2023-10-18T03:43:03.283Z (about 1 year ago)
- Language: Dockerfile
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```