Simple web page to check systemctl status
  • JavaScript 37.3%
  • CSS 31.1%
  • HTML 19.3%
  • Python 12.3%
Find a file
2024-07-14 00:35:18 +02:00
static Add temperature information 2024-07-14 00:29:59 +02:00
templates Add temperature information 2024-07-14 00:29:59 +02:00
.gitignore Add temperature information 2024-07-14 00:29:59 +02:00
image.png Update screenshot 2024-07-14 00:35:18 +02:00
index.py first commit 2024-07-13 17:36:47 +02:00
README.md Add temperature information 2024-07-14 00:29:59 +02:00

Bubble Monitoring

screenshot

You need to install 'flask'.

Detailed installation

python3 -m venv env
source env/bin/activate
pip install Flask
python -m flask --app index run