!bVUvoeYSfKOzTwkdhb:matrix.org

Containers

598 Members
99 Servers

Load older messages


SenderMessageTime
17 Apr 2024
@thompson_plug:matrix.org@thompson_plug:matrix.orgRedacted or Malformed Event21:35:49
@SnarkTest:matrix.orgAtypicalKernel banned @thompson_plug:matrix.org@thompson_plug:matrix.org (spammer).21:46:30
20 Apr 2024
@lobbernick:matrix.org@lobbernick:matrix.org left the room.16:20:37
21 Apr 2024
@okwalleye:matrix.orgollito changed their display name from OldBlackHen to ollito.19:01:38
22 Apr 2024
@sarosa:infosec.exchange@sarosa:infosec.exchange joined the room.02:33:16
23 Apr 2024
@quig:matrix.orgquig joined the room.17:01:34
@quig:matrix.orgquig I use the linuxserver docker image to host Jellyfin because it makes it super easy to do hardware transcoding. Does anyone have a docker compose file that uses the official image and uses hardware acceleration? 17:02:25
@shriddy:matrix.orgShriddyyes. I can clean one up and send it to you in a few hours when I get home.19:08:53
@shriddy:matrix.orgShriddyWhat kind of GPU are you using? Mine is for quick sync19:10:37
@shriddy:matrix.orgShriddy @quig 19:10:54
@quig:matrix.orgquigIntel quicksync as well.20:41:51
@shriddy:matrix.orgShriddy
version: "3.9"
services:
  jellyfin:
    image: jellyfin/jellyfin:10.8.13
    container_name: jellyfin
    # See here for quicksync settings:
    # https://www.reddit.com/r/jellyfin/comments/va19aq/recommended_hardware_decoding_settings/

    user: 1000:1000
    group_add:
      - "44"  # video
      - "104" #render
    volumes:
      - config:/config
      - tv:/tv:ro
      - movies:/movies:ro
      - music:/music:ro
      - type: tmpfs
        target: /tmp
        tmpfs:
          size: 4294967296
    devices:
      - /dev/dri:/dev/dri
    restart: "unless-stopped"
    environment:
      # - JELLYFIN_PublishedServerUrl=https://jellyfin.docker
      # For LSIO
      - PUID=1000
      - PGID=1000
      - TZ=America/Chicago
    ports:
      - "8096:8096"
      - "1900:1900/udp" #dlna
      - "7359:7359/udp" #server announce 

volumes:
  config:
    driver: local
    driver_opts:
      o: bind
      type: none
      device: /mnt/moosefs/docker/jellyfin/config

  tv:
    driver: local
    driver_opts:
      type: none
      o: bind
      device: "/mnt/storage/media/tv"

  movies:
    driver: local
    driver_opts:
      type: none
      o: bind
      device: "/mnt/storage/media/movies"

  music:
    driver: local
    driver_opts:
      type: none
      o: bind
      device: "/mnt/storage/media/music"
22:51:40
@shriddy:matrix.orgShriddy @quig 23:43:34
24 Apr 2024
@quig:matrix.orgquigCool, thanks!03:54:56
@ailunarenth:tchncs.de@ailunarenth:tchncs.de left the room.19:13:03
25 Apr 2024
@marshalamiller:matrix.orgMarshal Miller joined the room.14:23:14
@marshalamiller:matrix.orgMarshal Miller set a profile picture.14:24:05
27 Apr 2024
@syldarlais:turtlesnet.cloudsyldarlais joined the room.21:00:45
2 May 2024
@jdjsjksjs:matrix.org@jdjsjksjs:matrix.org joined the room.06:45:14
@jdjsjksjs:matrix.org@jdjsjksjs:matrix.org left the room.06:48:35
3 May 2024
@dubski:matrix.orgDubski joined the room.05:17:44
4 May 2024
@tfdt4653efh:matrix.org@tfdt4653efh:matrix.org joined the room.18:36:31
@tfdt4653efh:matrix.org@tfdt4653efh:matrix.org left the room.20:25:22
6 May 2024
@langovet:matrix.orgl joined the room.08:12:18
7 May 2024
@eliasbrady:matrix.orgeliasbrady joined the room.13:57:30
@mindlesstux:mindlesstux.com@mindlesstux:mindlesstux.com changed their profile picture.16:50:03
@bootlegwifi:unredacted.org@xorsirenz:unredacted.org changed their profile picture.23:22:29
8 May 2024
@fredsmith1900:matrix.org@fredsmith1900:matrix.org joined the room.19:13:41
@fredsmith1900:matrix.org@fredsmith1900:matrix.org left the room.19:17:34
@carl_g:matrix.orgCarlG joined the room.20:36:13

Show newer messages


Back to Room ListRoom Version: 6