

I checked timedatectl on the shell and everything seems in order (the Plex container timezone is already set to Europe/Rome). In the logs, I see these strange error messages about SSL certificates being too weak, but the only information I was able to find online is that this error is caused by wrong date / time. It seems that my old configuration was imported correctly, and I was able to locate and re-link the media that I put on the different pools, but I can't claim the server on the web UI (When I press the button nothing happens).

Next, I installed the official Plex App with Kubernetes and I tried migrating the Plex Media Server from my Windows PC (I enabled the Plex Config Volume and SMBd the old config into it). I just created a few pools and I installed a few apps (I added the TrueCharts catalog). Open your main nginx.I installed TrueNAS Scale just to try it, and I decided to keep using it. If you experience and types hash issue, you need to increase it as the default installation sets this low, and it is recommended to increase it regardless to be safe. In this example, the tutorial will set up an Nginx proxy server.įirst, install Nginx, or given you are using Arch Linux, I would recommend installing Nginx Mainline, which even Nginx recommends over the stable variant. You can set up a reverse proxy to access Plex Media Server from a remote computer or network. Sudo chown -R plex:plex /media/yourfolder/movies Configure/Setup Nginx as a Reverse Proxy sudo chown -R plex:plex /media/yourfolder/tv Or individual files in the hard drive if other folders are present that you do not want Plex to touch/access. sudo pacman -S -needed -noconfirm base-devel git From your command terminal, use the following code to begin the installation. To begin the installation, you must have GIT installed to import the yay repository to install/build.
