Details
-
Type:
Bug
-
Status: Engineering Closed (View Workflow)
-
Priority:
Low
-
Resolution: User Configuration Error
-
Affects Version/s: None
-
Fix Version/s: N/A
-
Component/s: Plugins
-
Labels:None
-
Impact:Low
Description
I wrote a Lidarr plugin for FreeNAS/TrueNAS. I followed the instructions at Create a plugin and Creating Plugins
I'm unable to commit my changes to the plugin index to a new branch as my github user account does not have access, so I can't submit a pull request.
Should I just upload the files here?
Here are the steps I used in my attempt to submit the plugin:
- cd ~
- mkdir git
- cd git
- git clone https://github.com/ix-plugin-hub/iocage-plugin-index
- cd iocage-plugin-index
- git checkout -b lidarr
- added lidarr.json
- added icons/lidarr.png
- updated INDEX
- git add -A
- git commit -m "Added Lidarr as an unofficial iocage plugin for FreeNAS and TrueNAS"
- git push -u origin lidarr