Skip to content

cilix-lab/iocage-plugin-motioneye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iocage-plugin-motioneye

Artifact repo for iocage MotionEye plugin.

Documentation

Official documentation for MotionEye can be found here.

Most settings can be set from the web GUI as describen in MotionEye's offical repository.

Settings

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

UI

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"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages