Files
nextcloud/community-containers/jellyfin
copilot-swe-agent[bot] d0b0bde4c8 jellyfin: allow Jellyfin to resolve lldap hostname while running in host network mode
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/3bd90eb7-e6f2-4647-9e78-4f9349300a29

fix: use gethostbyname for lldap IP and fix community-container depends_on skip logic

Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/67d6ed5f-8bdc-4b9b-a33c-9ff73305c799

fix: ensure lldap starts before jellyfin via depends_on

Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/448ec7d3-f71e-4499-a4a4-67314434a77c

Update ContainerDefinitionFetcher.php

Signed-off-by: Simon L. <szaimen@e.mail.de>

fix: protect standard container dependencies from being skipped for community containers

Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/cdd6a51b-75a3-4f43-9d00-85b1df2f880f
Co-Authored-By: szaimen <42591237+szaimen@users.noreply.github.com>
2026-04-20 11:22:24 +02:00
..
2025-01-15 13:48:06 +01:00

Jellyfin

This container bundles Jellyfin and auto-configures it for you.

Notes

  • This container is incompatible with the Plex community container. So make sure that you do not enable both at the same time!
  • After adding and starting the container, you can directly visit http://ip.address.of.server:8096/ and access your new Jellyfin instance!
  • This container should usually only be run in home networks as it exposes unencrypted services like DLNA by default which can be disabld via the web interface though.
  • In order to access your Jellyfin outside the local network, you have to set up your own reverse proxy. You can set up a reverse proxy following these instructions and Jellyfin's networking documentation, OR use the Caddy community container that will automatically configure media.$NC_DOMAIN to redirect to your Jellyfin.
  • ⚠️ After the initial start, Jellyfin shows a configuration page to set up the root password, etc. Be careful to initialize your Jellyfin before adding the DNS record.
  • If you have a firewall like ufw configured, you might need to open all Jellyfin ports in there first in order to make it work. Especially port 8096 is important!
  • If you want to secure the installation with fail2ban, you might want to check out https://github.com/nextcloud/all-in-one/tree/main/community-containers/fail2ban
  • The data of Jellyfin will be automatically included in AIO's backup solution!
  • See here how to add it to the AIO stack.

Repository

https://github.com/jellyfin/jellyfin

Maintainer

https://github.com/airopi