MediaBrowser / iocage-amd64

5 stars 11 forks source link

iocage upgrade failing due to wrong plugin_repository address #6

Open artas360 opened 2 years ago

artas360 commented 2 years ago

Issue:

Updating the emby-server jail though iocage upgrade is failing because the property plugin_repository in the config.json is set to the official iocage repo instead of this one.

Solution: To fix this, set manually the correct address by running

iocage set plugin_repository='https://github.com/MediaBrowser/iocage-amd64.git' emby-server

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?

alucryd commented 2 years ago

Can't find another way to achieve that either. We'll add that to our instructions, thanks for the heads up!

LukePulverenti commented 2 years ago

@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.

LukePulverenti commented 2 years ago

Worst case scenario we can always split our iocage repo into two and create new ones as needed for newer truenas versions.