Installing Plex in Proxmox CT with NFS Share HD
My goal was to install plex on an Ubunut 18.04 container while using my Synology NAS and and NFS Share to host my Plex media. I had some trouble initially with bind mounting the share and also with user permissions to the subfolders but we figure it out. ##Helpful Commands #Update everything first apt-get update apt-get upgrade #Bind Mount cd /etc/pve/lxc mp0: SOURCE, mp=TARGET mp0: /mnt/pve/synology/plex,mp=/mnt/synology/plex #Install plex wget https://downloads.plex.tv/plex-media-server-new/1.16.0.1226-7eb2c8f6f/debian/plexmediaserver_1.16.0.1226-7eb2c8f6f_amd64.deb dpkg -i plexmediaserver*.deb #Enable Startup systemctl enable plexmediaserver.service systemctl start plexmediaserver.service #Apt Update automatically dpkg -L plexmediaserver nano /etc/apt/sources.list.d/plexmediaserver.list wget -q https://downloads.plex.tv/plex-keys/PlexSign.key -O - | sudo apt-key add – apt-get install gnupg apt update
Похожие видео
Показать еще