Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 833 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 833 Bytes

status page

pipeline status

a simple web app to monitor HTTP status of one or more webpages

How to run this project local with Docker

prerequisites

  • system with docker
  • basic docker knowledge

  1. clone this repo to your local machine
  2. build the container image
docker build -t status.
  1. run the following command to start the container and expose its port 8083 to your localhost port 80
docker run -d -p 80:8083 -v /path/to/the/src/code/folder:/var/www/status.sprlng.de status

TO DO

  • move source code to python - e.g. flask?
  • add control structure to follow redirects

screenshot

screenshot