Skip to content

alexandersperling/status.sprlng.de

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published