You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using SyncThing on unRAID, the permissions set by the umask in your docker container change the permissions to deny write permissions to users over Samba file sharing. I would love to use this docker container on unRAID, but when using it, I cannot modify the files synced to my server.
The current umask is 022, which removes permissions. The correct umask is 000, which permits write access.
In other words, the change made on 30.09.16 is incorrect as well.