!bVUvoeYSfKOzTwkdhb:matrix.org

Containers

561 Members
96 Servers

Load older messages


SenderMessageTime
5 Apr 2024
@cluethulhu:matrix.orgcluethulhu changed their profile picture.22:02:46
6 Apr 2024
@bsbrooks:matrix.bbthegeek.combbthegeek set a profile picture.00:03:42
@dougie23fresh:matrix.orgMelvin Douglas joined the room.15:30:59
@dolba4:matrix.org@dolba4:matrix.org joined the room.20:59:12
@dolba4:matrix.org@dolba4:matrix.org left the room.20:59:20
@letmeseethemtoe:cutefunny.art@letmeseethemtoe:cutefunny.art joined the room.21:04:12
@letmeseethemtoe:cutefunny.art@letmeseethemtoe:cutefunny.art left the room.21:19:25
7 Apr 2024
@firstofth300:seymour.family@firstofth300:seymour.family left the room.09:22:19
8 Apr 2024
@binarypatrick:matrix.orgbinarypatrick joined the room.15:34:48
11 Apr 2024
@thompson_plug:matrix.org@thompson_plug:matrix.org joined the room.00:07:50
@luna:matrix.hivepost.nlLuna joined the room.11:53:38
12 Apr 2024
@ailunarenth:tchncs.de@ailunarenth:tchncs.de joined the room.12:57:33
@falaichte:techsaviours.org@falaichte:techsaviours.org left the room.14:56:04
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.exchangeSarosa 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

There are no newer messages yet.


Back to Room ListRoom Version: 6