Scripts to install and run motioneye without root privileges (locally or in Docker)
Install the motioneye dependencies motion ffmpeg v4l-utils python2-pip libcurl libjpeg
(see https://github.com/ccrisan/motioneye/wiki/Manual-Download-And-Installation)
Run install_motioneye.sh
motioneye will install in a Python2 virtual environment in venv27/
Run start_motioneye.sh
All log, config and media files are saved in motioneye/
Run install_motioneye_docker.sh
motioneye will install to a localhost/motioneye:latest
Docker image (399 MB)
Run start_motioneye_docker.sh
All log, config and media files are saved in motioneye/
To run Docker rootless, check out podman.io (alias docker=podman
)
Tested on Fedora 30 with Podman 1.6.1