SSO plugin lost randomly - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SSO plugin lost randomly (/t-sso-plugin-lost-randomly) |
SSO plugin lost randomly - the-bort-the - 2025-01-31 Looking to understand why sometimes my SSO plugin just disappears from my list of active, installed plugins. I don't use any other plugins. The ones that come as part of the container install seem to remain installed. I'm currently deploying this as a container and using version 10.10.3. Once reinstalled the SSO plugin works fine SSO-plugin: 3.5.2.4 RE: SSO plugin lost randomly - TheDreadPirate - 2025-01-31 Does this only happen when you upgrade Jellyfin versions or re-create the container? Can you share the config for your container? And if you still have a jellyfin log from the last time this happened, share that via privatebin.net. RE: SSO plugin lost randomly - the-bort-the - 2025-01-31 It's entirely possible during a recreation of the container. Code: --- RE: SSO plugin lost randomly - TheDreadPirate - 2025-01-31 You need to provide separate folders on the host for /config and /cache. I'm pretty sure that, as currently configured, the cache cleanup job that runs once a day is blowing a lot of things away since /config and /cache are, essentially, intermingled. Code: volumes: Like this. RE: SSO plugin lost randomly - the-bort-the - 2025-01-31 ahh wow good catch. Change has been made. Guess I'll have to redo all the users and config, etc. I'll do some let it cook and see how the next few days are. I'm sure I can go find the user config, etc from the old config location. RE: SSO plugin lost randomly - TheDreadPirate - 2025-01-31 You should be able to copy the appropriate folders in /jellyfin into their respective folders. Code: cache/: |