Thank you for this great application.
Attempting to run this in Container Manager (Docker) on a Synology NAS.
I tend to setup containers via task scheduler as it saves them all in an easy list for reinstalls, so my code looks like this, machineid altered but obtained directly from the preferences.xml file as no other methods suggested worked (/identity or /devices.xml, etc):
docker run -d --name=plexdlweb
-p 8766:8766
-e PUID=1026
-e PGID=100
-e TZ=America/New_York
-e PDW_SERVER_URL=http://192.168.1.200:32400
-e PDW_SERVER_ID=73987a73-7cf3-4955-8e7e-af54c711d2df
-e PDW_LANG=en
-v /volume1/HOMEDRIVE/MOVIES:/MOVIES
-v /volume1/HOMEDRIVE/TV:/TV
--restart always
zdimension1/plexdlweb