this post was submitted on 19 Mar 2025
642 points (98.3% liked)
Technology
67050 readers
4162 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The reason I'm not switching yet, is that there's no federated auth. If they had that, I'd switch in a heartbeat.
Simple auth was honestly one of the upsides for me.
Plex claims to have an offline mode, but I could never got it to work, for some reason.
And I got pissed off one too many times when my Internet went down and I couldn't watch anything from the NAS a few meters away...
Same here. I have it installed, but I'm resistant to managing other people's passwords.
I had that problem when i first started using jellyfin- I would have to give my users some sort of default login which I couldn't trust them to actually go and change within jellyfin. And then when someone forgot their password, they'd have to ask me to manually reset their password, and until then they couldn't use their account.
My solution was to use the jellyfin LDAP auth plugin with an lldap docker container, so once I set up my users' accounts, they have to do the password reset process themselves to initially set their password, and the only info I need from them is their preferred username and email address. Makes sure they're familiar with the password reset process as well, and now if I get any questions/support requests related to passwords, I can simply direct them to the lldap password reset page.
It also makes it much easier to offer extra services such as mastodon and NextCloud which support LDAP, so users can manage their logins on all platforms from a central place.