- Syncthing on Unraid (docker)
- I have a user share on server I mount on clients on my local network via NFS
- One of the folders in the user share is a ‘syncthing’ folder
- I run into issues with permisisons with syncthing because when a NFS client modifies files in the ‘syncthing’ folder it changes the permissions from nobody(99):users(100) to username:1000
Is this a supported workflow? Can I store my ‘syncthing’ folder on the server and modify files on the server directly?
If I change the docker container group permissions to run under 1000 then syncthing can read the modified files also (but probably also needs to be a member of users (100) too since that’s the unraid NFS default). Is this possible?