You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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.
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?
The text was updated successfully, but these errors were encountered: