Hi,
I just installed Syncthing on my QNAP NAS to sync data between multiple PCs. It created a syncthing user that I added to the admin group (and implicitly into everyone group) as my other QNAP users are.
The problem that I have is that I always get permission denied either by Syncthing when Syncthing wants to write in the shared folder, or I with my account (Mihai) get permission denied, because the folder shared is being written by both users but with no permnissions to the group by default. How can I configure it properly so both Mihai and syncthing can write into the folder and don’t get permission denied anymore?
Here is a snippet of the ls output from the shared directory contents:
drwxrwxrwx 13 Mihai administ 4096 Apr 9 18:17 ./
drwxrwxrwx 50 admin administ 4096 Apr 8 17:08 ../
drwxrwx— 2 Mihai everyone 4096 Mar 31 01:03 Test1
drwxrwx— 1 syncthin everyone 4096 Apr 8 13:35 Test2
Thanks!