# iocage-ix-plugins **Repository Path**: yingmingzongyu/iocage-ix-plugins ## Basic Information - **Project Name**: iocage-ix-plugins - **Description**: Official iXSystems iocage plugins for FreeNAS and TrueOS - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-21 - **Last Updated**: 2021-10-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # iocage-ix-plugins Official iXsystems iocage plugins for [FreeNAS](http://www.freenas.org), [TrueOS](https://www.trueos.org) and [FreeBSD](http://www.freebsd.org) Plugin Json files are added to this repo, along with a respective icon in icons/ When a plugin is made 'official' it should be added to the INDEX json and it will appear in iocage's plugin listing # Installing Plugins ## Using Local File ``` iocage fetch -P /the/path/to/jenkins.json ip4_addr="re0|192.168.0.100" -n jenkins ``` ## Pulling from Internet ``` iocage fetch --plugins --name "jenkins" ip4_addr="igb0|192.168.0.91" ```