this post was submitted on 12 Oct 2023
4 points (100.0% liked)

Self-Hosted Main

502 readers
1 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.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

Hi guys! Homelab Newb over here. Just a general question but i’ve been trying to do a bunch of research to no avail. On portainer let’s say i wanted to host all of the Arr suite with plex, how would i setup the storage for that. Would i just give the VM on proxmox a bunch of storage ?

top 2 comments
sorted by: hot top controversial new old
[–] Wtfrud@lemmy.world 2 points 11 months ago

I’m not sure about the portainer specifics but essentially yes. The VM running docker will need the storage and then each container will need a volume mounted to them from the host. In terms of where the media is inevitably stored, that volume can be mounted by multiple containers so they can all see it and do what they need to.

[–] blinks6517@lemmy.world -2 points 11 months ago

Bit of personal advice: host the arr suite directly on a machine. Don’t use docker.

I know others here are smarter than me, but I had a LOT of trouble when I started getting -arr apps to play nice between a temporary disk (temp destination) and my network drive (final destination) from within docker. Lots of permission issues.

It sounds like you’re already there with “give the VM on proxmox a bunch of storage” but thought it worth calling out.