riadag/jellyfin

By riadag

Updated 3 months ago

Jellyfin is a Free Software Media System that puts you in control of managing

Image
0

178

riadag/jellyfin repository overview

docker-compose or CasaOS
---
name: jellyfin
services:
  app:
    cpu_shares: 90
    command: []
    deploy:
      resources:
        limits:
          memory: 3785M
    environment:
      - JELLYFIN_PublishedServerUrl=
      - PGID=1000
      - PUID=1000
      - TZ=America/New_York
    image: riadag/jellyfin:latest
    labels:
      icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/jellyfin-logo.png
    ports:
      - target: 8096
        published: "8096"
        protocol: tcp
      - target: 8920
        published: "8920"
        protocol: tcp
      - target: 7359
        published: "7359"
        protocol: udp
      - target: 1900
        published: "1900"
        protocol: udp
    restart: unless-stopped
    volumes:
      - type: bind
        source: /srv/lsio/jellyfin/config
        target: /config
      - type: bind
        source: /DATA/Media/TV Shows
        target: /data/tvshows
      - type: bind
        source: /DATA/Media/Movies
        target: /data/movies
    devices: []
    cap_add: []
    networks:
      - default
    privileged: false
    container_name: ""
    hostname: ""
networks:
  default:
    name: linuxserver-jellyfin_default
x-casaos:
  architectures:
    - amd64
    - arm64
  author: WisdomSky
  category: LinuxServer.io
  description:
    en_us: "Jellyfin is a Free Software Media System that puts you in control of
      managing and streaming your media. It is an alternative to the proprietary
      Emby and Plex, to provide media from a dedicated server to end-user
      devices via multiple apps. Jellyfin is descended from Emby's 3.5.2 release
      and ported to the .NET Core framework to enable full cross-platform
      support. There are no strings attached, no premium licenses or features,
      and no hidden agendas: just a team who want to build something better and
      work together to achieve it."
  developer: LinuxServer.io
  hostname: ""
  icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/jellyfin-logo.png
  index: /
  is_uncontrolled: false
  main: app
  port_map: "8096"
  scheme: http
  store_app_id: linuxserver-jellyfin
  tagline:
    en_us: "A Free Software Media System that puts you in control of managing and
      streaming your media. It is an alternative to the proprietary Emby and
      Plex, to provide media from a dedicated server to end-user devices via
      multiple apps. Jellyfin is descended from Emby's 3. 5. 2 release and
      ported to the. NET Core framework to enable full cross-platform support.
      There are no strings attached, no premium licenses or features, and no
      hidden agendas: just a team who want to build something better and work
      together to achieve it."
  thumbnail: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/jellyfin-logo.png
  title:
    custom: ""
    en_us: Jellyfin
localhost:8096

Tag summary

Content type

Image

Digest

sha256:f935c21ce

Size

308.5 MB

Last updated

3 months ago

docker pull riadag/jellyfin