Open artas360 opened 2 years ago
Can't find another way to achieve that either. We'll add that to our instructions, thanks for the heads up!
@artas360 do you know if this line will need to vary based on the truenas 12 and 13 branches? They use the same github repo, just different branches of it. Thanks.
Worst case scenario we can always split our iocage repo into two and create new ones as needed for newer truenas versions.
Issue:
Updating the
emby-server
jail thoughiocage upgrade
is failing because the propertyplugin_repository
in theconfig.json
is set to the officialiocage
repo instead of this one.Solution: To fix this, set manually the correct address by running
I did not figure out a way set the property correctly during the
iocage fetch
, which would be cleaner...It might be useful to add this step to the documentation page https://emby.media/truenas-server.html since there are a couple of threads in the emby forum from users having issues with their upgrades. Is there a way to create a PR for this page?