a simple web app to monitor HTTP status of one or more webpages
- system with docker
- basic docker knowledge
- clone this repo to your local machine
- build the container image
docker build -t status.
- 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
- move source code to python - e.g. flask?
- add control structure to follow redirects