Plex + Webdav

Server Version#: Latest (using docker host)
Player Version#: not sure
I am trying to set up a cloud storage for my Plex server to use,
I am running Plex on the OpenWRT system with a host mode, and am using Webdav mounting my cloud drive on my OpenWRT system.
I’ve tried using Jellyfin with the storage and everything looks fine but my Plex just can’t seem to see anything. Also, I can see the files through Samba too.

here’s the code I used for my PLEX
docker run
-d
–name plex
–network=host
-e TZ=Asia/Shanghai
-e PLEX_CLAIM=claim-mnyPg7-Nuk7nQ59wB5DQ
-v /mnt/data_nvme0n1p5/plex/database:/config
-v /mnt/data_nvme0n1p5/plex/transcode/temp:/transcode
-v /mnt/data_sde1/aliyundrive \

plexinc/pms-docker

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.