hardtrancoding
-
Proxmox
Jellyfin LXC container setup with SMB auto mount and Hardware Transcoding #Jellyfin #proxmox #smb
Update and upgrade apt update && apt upgrade -y Install Curl apt install curl Install Jellyfin curl | sudo bash GPU passthrough (match your lxc container number) nano /etc/pve/lxc/your lxc container number.conf lxc.cgroup2.devices.allow: c 226:0 rwm lxc.cgroup2.devices.allow: c 226:128 rwm lxc.cgroup2.devices.allow: c 29:0 rwm lxc.mount.entry: /dev/dri dev/dri none bind,optional,create=dir lxc.mount.entry: /dev/fb0 dev/fb0 none bind,optional,create=file lxc.mount.entry: /dev/dri/card0 dev/dri/card0 none bind,optional,create=file lxc.mount.entry:…
Read More »