motionEye is a web-based frontend for motion. Check out the wiki for more details.
You can support the development of motionEye by making a small donation.
mkdir ~/git-reposcd ~/git-reposgit clone -b dev https://github.com/rodpayne/rpi-motioneye.gitcd ~/git-repos/rpi-motioneyedocker build --build-arg VCS_REF=$(git rev-parse HEAD) --build-arg BUILD_DATE=$(date +"%Y-%m-%dT%H:%M:%SZ") -t rodpayne/rpi-motioneye:dev-armhf -f extra/Dockerfile.armv7-armhf .cd ~/git-repos/rpi-motioneye/extradocker-compose up