HTTP Status checks the HTTP Codes of registered sites and also checks when the site's SSL will expire.
To run the project use Docker
docker compose build
docker compose up- When running talisman, it forces everything to HTTPS except when it's in debug mode, so it needs some keys to use HTTPS.
openssl req -x509 -newkey rsa:4096 -nodes -out cert.pem -keyout key.pem -days 365