How did you set up Jellyfin with Authentik? Are you using SSO or is it only through LDAP?
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
i ended up doing both. ldap for the apps. oidc for web based users and the apps that support the quick connect feature. the local user account system works fine too, and ldap would be enough. i just wanted an excuse to play round with sso systems, and it was fun figuring out how to connect all my servers.
authenik has a good docs site for both it's docker container and connecting it to jellyfin. Authelia looked interesting too.
Did plex do something again
Their last UI changes
And my god, it's amazing how each UI iteration gets worse. How is that even possible? My shits never been so buried in menus.
I have been running in parallel both jelly and plex and jelly is good.
What is authentik and could I use it on podman with compose?
authentik is an identity server. theres a couple free ones available, this one just worked for me. it provides oauth and ldap fallback for the jellyfin server. along with login for most of the other servers i host like nextcloud/calibre-web/lychee etc. it has a nice easy log in process along with a 'homepage' kinda thing for everything my users can access with their account. makes it easier to support the non technical friends and family.
Its a pre-authentication gateway and SSO provider for OAuth/SAML. So if you dont trust a random docker container to be secure it requires you to authenticate and then it automatically passes a token to the app for SSO if it supports OAuth/SAML.
Anyone have experience hosting a server for non-technical parents? Plex is just so plug and play and they have clients for even the shittiest old smart TVs.
Anything that has a remote interface is garbage. It's all cursor mouse based except on a few devices.
It's not as good as Plex by a long shot. If you have Plex pass no brainer. If not, I'd personally just buy the pass. On Xbox it was just unusable.
How is the Jellyfin software situation looking? Last time I checked it was pretty meh compared to plex. if I recall correctly the best app was Infuse and it was a monthly sub. Are there better options these days? I mostly watch plex on my TV through Android or Apple TV.
There are a few things about jellyfin that I don't like compared to Plex. First I can't skip the intro of a show drives me nuts. The second one is it has newly added but not newly released. Other then that it has been really good.
This is probably the wrong post to ask this question, so sorry in advance.
I have a dual boot Linux + Windows. Jellyfin runs wonderfully on muy Linux partition with docker-compose. Anybody knows how can I clone it in my Windows partition, such that configs, metada and accounts remain the same? I've failed to do this, and only the media volume remaines identical on both OS.
Congrats. I'm super particular about covers and naming and the conversion of file names that Plex needed to jellyfin is intensive.
I finally got got JF up and running but still working on adding edition names to each item that is special. I really wish there was an editions field so it wasn't a manual title update. At least I can lock the field afterwards.
You could use Radarr and Sonarr to rename all your content if you want to. You can setup your own naming scheme and it will change it for you. As far as I know Radarr and Sonarr work with Jellyfin/Plex/Emby/Kodi etc
How do you keep all your virtual machines up-to-date? Or are those containers?
it's mostly debian 12 or ubuntu 22 lts vms, i'm slow dumping ubuntu. so it's all cron jobs running apt update and bash scripts for specific services like the minecraft server. i'm just old and have spent so much time modifying xml in nano that sticking with virsh has worked for me. i've only got two containers running in docker, frigate and authentik.
Unattended-upgrades or dnf-automatic