I’m setting up an Ubuntu Server with ZFS storage, Samba and Docker for file- and media services like NextCloud, Plex, Calibre, Sonarr etc. (using mostly LSIO containers), but I’m not quite sure of the best way to organize my folder/datasets and whether or not the are concerns with regards to storage directories being accessed by multiple containers/services.
For instance i would like to be able to upload a video remotely through NextCloud and have it be available in Plex and also on my LAN vis Samba shares (in which case I guess all three services would need to use a “/video” directory).
Can I run into conflict/permissions issues if multiple services utilizes the same folder/dataset and are there any best practices on how to configure this?