FIXING my Proxmox Server - Plex and Docker (Servarr) Migration
I moved the servarr and plex instance all to the same container, these are the steps I took. I will soon be updating my Proxmox guide Pt.1 and unlisting that video.
In response to this issue: https://github.com/TechHutTV/homelab/issues/17
Resources:
Servarr Stack: https://github.com/TechHutTV/homelab/tree/main/media
Plex Docs: https://support.plex.tv/articles/201370363-move-an-install-to-another-system/
TUN and Intel HW Transcoding
lxc.cgroup2.devices.allow: c 10:200 rwm
lxc.mount.entry: /dev/net dev/net none bind,create=dir
lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file
dev0: /dev/dri/card0,gid=44
dev1: /dev/dri/renderD128,gid=104
Copy Plex files from temp directory while in new Plex config directory:
sudo rsync -avzh --progress --stats /temp/var/lib/plexmediaserver/Library/ ./Library
sudo chown -R plex:plex ./Library/
00:00 - Previous Setup/Issues
01:34 - VPN and HW Transcoding on Unprivileged LXC
04:17 - Moving our Docker Stack
09:00 - Migrating Plex to New Server on Linux