Artifact repo for iocage MotionEye plugin.
Official documentation for MotionEye can be found here.
Most settings can be set from the web GUI as describen in MotionEye's offical repository.
The only configuration that can be set for the plugin is the listening port with the port keyword.
Assuming your plugin jail is called "motioneye" you can set it by calling something along the lines of:
iocage set -P port=8765 motioneye
Due to issues with FreeNAS, adminportal will default to 8765. When this is solved, you will be able to replace ui.json with the following:
{
"adminportal": "http://%%IP%%:%%P%%",
"adminportal_placeholders": {
"%%P%%": "port"
},
"docurl": "https://github.com/cilix-lab/iocage-plugin-index"
}