So, I have the following constellation:
- OMV installed as NAS with SMB/CIFS shares for when we are at home. The share is "free for all" in LAN (2 users...)
- Nextcloud docker as solution to access the shares from away. Docker accesses the shares as my (OMV) user as this was the default user on OMV .
- Windows and Linux machines that access the NAS in LAN.
The problem:
The Nextcloud Docker access the shares with my user and all the new docs and folders that it creates are visible only to this user.
The Windows user cannot access any of these. I need to CHOWN for time to time the entire SMB share in order to level the rights...
The question:
How can the windows user access these docs and folders?
Thanks!