this post was submitted on 13 Sep 2025
12 points (100.0% liked)

Selfhosted

51408 readers
1012 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I realize that Proxmox suggests not to run rclone inside an LXC because it might cause problems backing up/snapshotting that container, but that’s not a concern of mine at the moment.

The issue I am running into is the following:

  1. Used Proxmox helper script to create Plex LXC, it worked flawlessly.

  2. Installed docker inside that LXC and pulled Zurg. Yes, I know it’s not recommended but I am not spinning up a whole docker vm for just this service.

  3. I then use Zurg to mount my box to /mnt/zurg and I start seeing its contents shortly after.

Now the problem is I have only 8GBs assigned to the Plex LXC which should be more than plenty. What’s happening is that the container is reporting to be full because of the rclone mount (~1TB in size) which is preventing write operations to the LXC.

This wasn’t an issue when I hosted those same two services on my ol’ trusty RPi-3B as it didn’t account for the size of the mount when doing df but for some reason the Plex LXC does.

Has anyone run across this before? What’s a good solution or workaround?

Thank you

top 1 comments
sorted by: hot top controversial new old
[–] tvcvt@lemmy.ml 1 points 23 hours ago

I’m not familiar with Zurg, but the WebDAV connection makes me recall: doesn’t LXC require that the FUSE kernel module be loaded in order to use WebDAV?

I’ve also seen it recommended that WebDAV be setup on the host and then the mount points bind mounted into the container. Not sure if any of that helps, but maybe it’ll lead you somewhere.