Cannot start jellyfin after upgrading jellyfin / cloudron
Solved
Jellyfin
-
I tried upgrading to jellyfin v1.3.6/10.8.6 but it fails to start.
In the logs I see this,Oct 29 18:10:58 /app/pkg/start.sh: line 26: CLOUDRON_LDAP_SERVER: unbound variable
I tried reverting it back down to 1.3.5, but I still get the same issue. I'm on cloudron 7.3.2
Then, I tried just adding this to the
start.sh
file,env | grep CLOUDRON
and I don't see any of the
CLOUDRON_LDAP_*
vaariables defined. I double checked that the ldap addons is defined in the cloudronmanifest.jsonWhat can I do to fix it?
-
I messed up. I'm updating my custom my apps through my CI and I misconfigured it. I pushed an app that did not use ldap on to jellyfin and when I reverted back to proper jellyfin, it forget that it had ldap. I just edited the evars for the container and now it works.
I'll just keep an eye on it for the next update.
-
-