SiloCityLabs / lochnas

Docker configuration for all-in-one nas setup
https://lochnas.com
GNU General Public License v3.0
50 stars 3 forks source link

Document paths #18

Closed ldrrp closed 2 years ago

ldrrp commented 3 years ago

Problem

With v3 we had a slew of paths updated.

/docker-nas (repo folder)
/docker-nas/home (used for user files, TV, Movies, User folders nextcloud, plex paths etc Mounted to containers)
/docker-nas/docker-data
/docker-nas/docker-templates

Solution

We want to let the user know the new default paths in docs as well as updated any and all container docs to reflect changes.

ldrrp commented 2 years ago

So all containers will have -v /docker-nas/home:/nas/home:shared as a parameter and additional configurations to /docker-nas/docker-data as needed. This way the user will hopefully not have to add additional paths or have a need. If they wanted secondary drives they could always add them to /docker-nas/home through an fstab mount path. An additional drive mount path would look like /docker-nas/home/4TB-USB/

ldrrp commented 2 years ago

This is completed