10.6 SyncPlay Feature
-
@nebulon I pushed a Merge Request and assigned it to you for review I tested it both as a fresh install and as an update, seems to work OK.
FYI, there's a bug in the LDAP plugin that affects river, but does not affect the Jellyfin app, as it does not use the ldap to set admin rights : https://github.com/jellyfin/jellyfin-plugin-ldapauth/issues/55
@girish I won't be able to take care of the VAAPI stuff I'm still on 16.04 and it's not compatible I think. If it's implemented in the Jellyfin app, I'll port it to River though.
-
Yes, I was actually commenting on that MR already, since for some reason the default admin account does not work anymore.
Not sure if it was removed entirely, changed default credentials or is not working? Maybe you can shed some light.
Also apparently the GitLab notifications don't work as expected
-
-
@nebulon After a bit of investigation, it's even more annoying than it used to be to pre-create an admin user. I suggest to just display the install wizard on the first start, which allows the user to select the language, and create an admin user.
The migration for existing users should still work without problem, their existing admin will be migrated correctly, and they will not be shown the wizard.
Is this acceptable for you?
-
@nebulon well, I wanted to fix up the test this week-end but you were faster than me ^^
About the LDAP not working after restore: I think it may be the symlink to the ldap plugin that's broken by the backup/restore process somehow. I'm not sure what may cause this, I think backups are supposed to work with symlinks, aren't they?
It's not a regression though, it worked the exact same way in the old version.
A simple fix would be to always re-create the symlink in the start.sh, instead of only doing it when initializing the config directory.
However, I cannot test this / debug any further : I do not have backups at all on my cloudron ^^" (I like to live dangerously :p)