Skip to content

rodpayne/rpi-motioneye

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

motionEye is a web-based frontend for motion. Check out the wiki for more details.

Join the chat at https://gitter.im/ccrisan/motioneye

You can support the development of motionEye by making a small donation.

[paypal]

Building Docker Container for Raspberry Pi

  • mkdir ~/git-repos
  • cd ~/git-repos
  • git clone -b dev https://github.com/rodpayne/rpi-motioneye.git
  • cd ~/git-repos/rpi-motioneye
  • docker 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/extra
  • docker-compose up

About

A web frontend for the motion daemon.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 50.2%
  • JavaScript 29.6%
  • HTML 14.4%
  • CSS 4.7%
  • Other 1.1%