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 ?

you are viewing a single comment's thread
view the rest of the comments
[–] 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.