Official community created plugins for FreeNAS and FreeBSD
Add a plugin JSON file to this repo along with an appropriate icon in the icons directory.
After creating the JSON file and adding an icon, add the plugin to the INDEX file. If the plugin is approved, it appears in the list of iocage plugins.
For more detailed information on creating a plugin, see Create a Plugin.
Install a plugin using a local file:
iocage fetch -P /path/to/local/file.json ip4_addr="interface|IPaddress"
where interface is the name of the active network interface and IP address is the desired IP address for the plugin.
For example, ip4_addr="em0|10.238.4.196"
.
Install a plugin from the internet:
iocage fetch -P jenkins -g https://github.com/ix-plugin-hub/iocage-plugin-index ip4_addr="interface|IPaddress"
where interface is the name of the active network interface and IP address is the desired IP address for the plugin.
For example, ip4_addr="igb0|192.168.0.91"