-
-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Describe the bug
Situation / background:
Using the available configuration options, I figured it is possible to use docker volume binding to map directories into the instance.
For instance it's possible to map /host/user/subdirectory (host) to /app/data/users/myuser/files/subdirectory (sync-in). In result, this subdirectory shows up in the Personal space.
Howeer, I then noted, that sync-in will run "chmod -R 775 *" and modify all files! Ouch, this is super destructive.
Please be mindful that users may want to bring their existing data into sync-in. Is there a better way and I have missed it? If not, it would be great if this could be considered in the future.
(Any ideas for workarounds? I suppose I could use a samba mount and ensure only user permissions are changed..?)
Installation method
Docker Compose
System information
Sync-in v2.0.0
Latest docker install