9e4a217b5fe3c1a2439996d8cd1752b10d507fb2
msv-webcam-backend
useradd --system msvwebcambackend -m passwd -l msvwebcambackend
mkdir /opt/msv-webcam-backend/cd /opt/msv-webcam-backend/- import
msv_webcam_backend.pyandconfig.py - Set the constants in
config.py chmod +x /opt/msv-webcam-backend/msv_webcam_backend.pychown -R msvwebcambackend /opt/msv-webcam-backend/nano /etc/systemd/system/msv-webcam-backend.servicesystemctl daemon-reload && systemctl enable --now msv-webcam-backend.service
mkdir /var/www/html/msv-buehl-moos.de/webcam/
chown -R wwwrun:wwwrun /var/www/html/msv-buehl-moos.de/
location /webcam {
root /var/www/html/msv-buehl-moos.de;
index index.html;
}
Description
Languages
Shell
86.9%
Dockerfile
13.1%