4pfsec Homelab
  • 4pfsec Home Lab by Nee
  • Operating System
    • Ubuntu 20.04.3 LTS (with gnome)
  • Networking
    • pfSense
    • Nginx Proxy Manager
    • Cloudflare
  • System Services / Software
    • Docker & Docker-Compose
    • CIFS / SMB Shares
  • Self-Hosted Services
    • Homer
    • Navidrome
    • Jellyfin
    • Deluge
    • File Browser
    • Pasty
    • NextCloud
  • Security
    • Nord
Powered by GitBook
On this page
  • About
  • Docker-Compose
  1. Self-Hosted Services

Jellyfin

Media Streaming Server

PreviousNavidromeNextDeluge

Last updated 2 years ago

About

Jellyfin is my go to media streaming server. I've been using this for as long as I've been using the Music streaming server for. I have had close to no issues with this setup. If you have a spare GPU, it'll help with encoding. Other than that, it works perfectly fine for what it sets out to do!

(If your media were to exist on IMDB or TheMovieDB, jellyfin will automatically pull the data and fill in the blanks)

Docker-Compose

version: "3.5"
services:
  jellyfin:
    image: jellyfin/jellyfin
    container_name: jellyfin
    user: 0:0
    network_mode: "host"
    volumes:
      - /path/to/config:/config
      - /path/to/cache:/cache
      - /path/to/movies:/media
    restart: "unless-stopped"
    # Optional - alternative address used for autodiscovery
    #    environment:
    #  - JELLYFIN_PublishedServerUrl=http://example.com