Skip to content

A complete Jellyfin setup on Docker using LinuxServer.io images. Comes with Prowlarr, Radarr, Sonarr, qBittorrent and Jellyseerr.

License

Notifications You must be signed in to change notification settings

ryanmalonzo/jellyfin-aio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jellyfin All-In-One

Environment variables

Variable Description Example Value
PUID The User ID the containers will run as (see https://docs.linuxserver.io/general/understanding-puid-and-pgid/) 1000
PGID The group ID the containers will run as (see https://docs.linuxserver.io/general/understanding-puid-and-pgid/) 1000
TZ Your local timezone as per the tz database Europe/Paris
TV_SHOWS_DIR The directory where Jellyfin will look for TV shows /mnt/remote/tvshows
MOVIES_DIR The directory where Jellyfin will look for movies /mnt/remote/movies
DOWNLOADS_DIR The directory where the torrent client will (temporarily) store downloaded files /mnt/remote/downloads
DOMAIN The base domain URL that will be used for each service mywebsite.com
SUBDOMAINS The comma-separated list of subdomains for each service (default: wildcard) prowlarr,radarr,sonarr,qbittorrent,jellyseerr,jellyfin
CERTPROVIDER The cert provider to use (can be letsencrypt or zerossl) zerossl
DNSPLUGIN The DNS provider to use (see: https://docs.linuxserver.io/general/swag/#create-container-via-dns-validation-with-a-wildcard-cert) cloudflare
EMAIL If using zerossl as CERTPROVIDER, your ZeroSSL email address example@email.com

How to Setup

Coming soon

About

A complete Jellyfin setup on Docker using LinuxServer.io images. Comes with Prowlarr, Radarr, Sonarr, qBittorrent and Jellyseerr.

Topics

Resources

License

Stars

Watchers

Forks