[Script request] Zurg #1119
Replies: 2 comments
-
So from what I found it's difficult to "share" the rclone mounts directly without adding another layer on top since they are FUSE mounts. I tried setting up a shared mount point but that does not work with a FUSE mount. For now I decided to just run rclone on the same LXC that I run Plex, as Plex can read the FUSE mount just fine. Rclone connects to the container I am running Zurg in and this is working mostly fine, but some additional setup is needed I believe to ensure proper boot order as Plex at some point couldn't find the files on the rclone mount. What I have setup now but have not yet verified is to set the proxmox boot order to ensure plex comes up after zurg, and then within the plex LXC services ensure the plex service comes up after the rclone service. There's more to all of this but here's the files I am using with this working. The following used the base files from
zurgconfig.yml
zurg.service
With this I know have a zurg webdev server running at Rclone / PlexThe only change I made in plex was just adding the rclone.conf
rclone.service
/etc/systemd/system/plexmediaserver.service.d/override.conf
|
Beta Was this translation helpful? Give feedback.
-
Just confirming that my setup is now properly starting and stopping if I restart the proxmox instance. Possibly the issue I had before was unrelated to boot order. I haven't had time to test but assuming it was a real problem I can probably replicate by stopping the zurg webdav server and trying to play on plex, and then seeing if it recovers automatically after starting it again. My basic understanding is that behind scenes Plex does its scanning across all the "files" on the rclone mount but I'm not sure what kind of problems that causes if they aren't hooked up to the zurg instance that essentially backs them during a scan and how much data is used each time. I won't have time to test more for now. |
Beta Was this translation helpful? Give feedback.
-
Application Name
Zurg
Website
https://github.com/debridmediamanager/zurg-testing
Description
Originally requested by @novajolt (tteck/Proxmox#2670)
ElfHosted also has a good description of what it does: https://docs.elfhosted.com/app/zurg/
I'm not familiar enough with Zurg/Rclone to have a recommendation, I was going to set this up to see how it works and there are existing docker setups and guides for alternative methods.
Due Diligence
Beta Was this translation helpful? Give feedback.
All reactions