|
|
|
@ -517,8 +517,8 @@ build_container() { |
|
|
|
|
|
|
|
|
|
LXC_CONFIG=/etc/pve/lxc/${CTID}.conf |
|
|
|
|
if [ "$CT_TYPE" == "0" ]; then |
|
|
|
|
if [[ "$APP" != "Emby" && "$APP" != "Jellyfin" && "$APP" != "Plex" && "$APP" != "Tdarr" ]]; then |
|
|
|
|
cat <<EOF >>$LXC_CONFIG |
|
|
|
|
# USB passthrough |
|
|
|
|
lxc.cgroup2.devices.allow: a |
|
|
|
|
lxc.cap.drop: |
|
|
|
|
lxc.cgroup2.devices.allow: c 188:* rwm |
|
|
|
@ -530,13 +530,11 @@ lxc.mount.entry: /dev/ttyACM0 dev/ttyACM0 none bind,optional,create= |
|
|
|
|
lxc.mount.entry: /dev/ttyACM1 dev/ttyACM1 none bind,optional,create=file |
|
|
|
|
EOF |
|
|
|
|
fi |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
if [ "$CT_TYPE" == "0" ]; then |
|
|
|
|
if [[ "$APP" == "Emby" || "$APP" == "Jellyfin" || "$APP" == "Plex" || "$APP" == "Tdarr" ]]; then |
|
|
|
|
if [[ "$APP" == "Emby" || "$APP" == "Jellyfin" || "$APP" == "Plex" || "$APP" == "Scrypted" || "$APP" == "Tdarr" ]]; then |
|
|
|
|
cat <<EOF >>$LXC_CONFIG |
|
|
|
|
lxc.cgroup2.devices.allow: a |
|
|
|
|
lxc.cap.drop: |
|
|
|
|
# VAAPI hardware transcoding |
|
|
|
|
lxc.cgroup2.devices.allow: c 226:0 rwm |
|
|
|
|
lxc.cgroup2.devices.allow: c 226:128 rwm |
|
|
|
|
lxc.cgroup2.devices.allow: c 29:0 rwm |
|
|
|
|