Simple web page to check systemctl status
Go to file
tjiho 3127ff25d2 Update screenshot 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
README.md 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

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