diff --git a/roles/jellyfin/README.md b/roles/jellyfin/README.md new file mode 100644 index 0000000..1ab0797 --- /dev/null +++ b/roles/jellyfin/README.md @@ -0,0 +1,15 @@ +# `finallycoffee.services.jellyfin` ansible role + +This role runs [Jellyfin](https://jellyfin.org/), 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.