only use images that have a minimum size and delete outdated images

This commit is contained in:
2023-07-10 22:34:51 +02:00
parent 9290cf195b
commit 52ddfe1f59
9 changed files with 95 additions and 15 deletions

View File

@ -7,7 +7,7 @@
- import `msv_webcam_frontend.py`
- `chmod +x /opt/msv-webcam-frontend/msv_webcam_frontend.py`
- `nano /etc/systemd/system/msv-webcam-frontend.service`
- create dst dir `mkdir -p /var/www/html/msv-buehl-moos.de/webcam/data`
- create dst dir `mkdir -p /var/www/html/msv-buehl-moos.de/webcam/data/camera/`
- `systemctl daemon-reload && systemctl enable --now msv-webcam-frontend.service`
- copy WebApp to `/var/www/html/msv-buehl-moos.de/webcam/`