Skip to content

"chmod -R 775 *" running across /app/data/users/... - please don't do this #120

@lakemike

Description

@lakemike

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions