-
Notifications
You must be signed in to change notification settings - Fork 707
Description
I've forked the Wiki (link) according to https://gist.github.com/larrybotha/10650410.
Unfortunately GitHub doesn't let you issue pull requests for wiki pages.
Please check the link above to see how to merge the changes (if deemed adequate).
(The resulting repo links are https://github.com/mdPlusPlus/motioneye.wiki.git or git@github.com:mdPlusPlus/motioneye.wiki.git for easy access)
Changes:
- replaced all references of the terribly outdated Docker Hub repository with the GitHub Container Registry one
- replaced all mentions of https://github.com/ccrisan/motioneye with https://github.com/motioneye-project/motioneye
- removed the instructions for building and running on the Raspberry Pi as the GHCR images work differently (should probably be readded by someone who knows more about the Pi building process than me)
- improved syntax and aesthetics
Reasoning:
I think a lot of people refrain from installing MotionEye because of the Python2 dependency. A nice way to work around this is Docker. However, until now the images referenced in the wiki were terribly outdated (3+ years) and do not receive updates anymore. The devs have long switched to GHCR as replacement.
Now people who want to try the docker images will be directed to the correct images that will keep getting updated.