services/roles/jellyfin
2024-07-21 19:23:05 +02:00
..
defaults update(jellyfin): bump version to 10.9.8 2024-07-21 19:23:05 +02:00
tasks update(jellyfin): bump version to 10.8.1, switch to versioned role 2022-07-17 15:59:19 +02:00
vars update(jellyfin): bump version to 10.8.1, switch to versioned role 2022-07-17 15:59:19 +02:00
README.md chore(jellyfin): add README 2023-07-19 19:08:36 +02:00

finallycoffee.services.jellyfin ansible role

This role runs Jellyfin, a free software media system, in a docker container.

Usage

jellyfin_domain contains the FQDN which jellyfin should listen to. Most configuration is done in the software itself.

Jellyfin runs in host networking mode by default, as that is needed for some features like network discovery with chromecasts and similar.

Media can be mounted into jellyfin using jellyfin_media_volumes, taking a list of strings akin to community.docker.docker_container's volumes key.