Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permissions #22

Open
nemchik opened this issue Dec 20, 2018 · 2 comments
Open

Permissions #22

nemchik opened this issue Dec 20, 2018 · 2 comments

Comments

@nemchik
Copy link

nemchik commented Dec 20, 2018

I've noticed everything downloaded seems to be set to owned by root:root which is a little not fun. Would it be possible for you to allow a controllable UID/GID such as how https://github.com/linuxserver uses environment variables to determine which user should run the processes and own the files?

@sakis-tech
Copy link

I think it's an important feature as many (including me) need this feature.

@downtime0
Copy link

@nemchik @sakis-tech
I set the environment variables for PUID and PGID in my docker-compose.yml file and when my files are downloaded they are correctly in my name and group.

environment:
  - PUID=1000
  - PGID=1000

Have you set these values? I'm guessing when not set they fall back to root:root

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants