iNethi / gui-installer

This repo contains a GUI installer that can set up the iNethi Docker environment.
https://www.inethi.org.za/software/
GNU General Public License v3.0
8 stars 0 forks source link

Permission issue with shared folders #6

Closed mozartatplay closed 12 months ago

mozartatplay commented 1 year ago

I've done some pull requests to change the root of the shared directory for Nextcloud and Jellyfin to /mnt/data/share but in the ansible playbook we also need to make sure that the permission of this folder and all sub folders after being created by docker are changed to

sudo chmod -R o+w /mnt/data/share

This enables files to be written to these folders by Nextcloud and then viewed by Jellyfin