2024-05-28, 05:33 PM
(This post was last modified: 2024-05-28, 05:34 PM by TheDreadPirate. Edited 1 time in total.)
Stop the jellyfin container. In container path /config/config (whatever host path that translates to), there is a system.xml file. Remove the entry for the crobibero repo in "PluginRepositories".
Leave in the default repo, though.
Code:
<PluginRepositories>
<RepositoryInfo>
<Name>Jellyfin Stable</Name>
<Url>https://repo.jellyfin.org/files/plugin/manifest.json</Url>
<Enabled>true</Enabled>
</RepositoryInfo>
</PluginRepositories>
Leave in the default repo, though.