https://github.com/ryanmalonzo/jellyfin-aio
A complete Jellyfin setup on Docker using LinuxServer.io images. Comes with Prowlarr, Radarr, Sonarr, qBittorrent and Jellyseerr.
https://github.com/ryanmalonzo/jellyfin-aio
docker jellyfin jellyseerr linuxserver prowlarr qbittorrent radarr sonarr
Last synced: 2 months ago
JSON representation
A complete Jellyfin setup on Docker using LinuxServer.io images. Comes with Prowlarr, Radarr, Sonarr, qBittorrent and Jellyseerr.
- Host: GitHub
- URL: https://github.com/ryanmalonzo/jellyfin-aio
- Owner: ryanmalonzo
- License: mit
- Created: 2024-04-06T20:14:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-21T10:42:25.000Z (over 1 year ago)
- Last Synced: 2025-03-23T00:42:34.723Z (7 months ago)
- Topics: docker, jellyfin, jellyseerr, linuxserver, prowlarr, qbittorrent, radarr, sonarr
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/](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/](https://docs.linuxserver.io/general/understanding-puid-and-pgid/)) | 1000 |
| TZ | Your local timezone as per the [tz database](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) | 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](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