Update jellyfin_container.sh

This commit is contained in:
tteckster 2022-01-27 15:55:55 -05:00 committed by GitHub
parent 134b6575be
commit 3b1e43cec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -148,8 +148,8 @@ LXC_CONFIG=/etc/pve/lxc/${CTID}.conf
cat <<EOF >> $LXC_CONFIG
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/dri/card0 dev/dri/card0 none bind,optional,create=file
lxc.mount.entry: /dev/dri/renderD128 dev/renderD128 none bind,optional,create=file
EOF
@ -163,4 +163,4 @@ pct push $CTID jellyfin_setup.sh /jellyfin_setup.sh -perms 755
pct exec $CTID /jellyfin_setup.sh
IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
info "Successfully created a Jellyfin Server LXC Container to $CTID at IP Address ${IP}:8096"
info "Successfully created a Jellyfin Server LXC Container to $CTID at IP Address ${IP}:8096"