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

On unraid install root:root owner only in the created folders? #119

Open
piratx opened this issue Sep 21, 2024 · 2 comments
Open

On unraid install root:root owner only in the created folders? #119

piratx opened this issue Sep 21, 2024 · 2 comments

Comments

@piratx
Copy link

piratx commented Sep 21, 2024

Hello,

I am using unraid (i know :)...) and while I am trying to install this on my unraid, I see that only wants to use root:root as owner permissions, unlike unraid that always uses nobody:users.

Is there something wrong there? I have tried to use on docker compose UMASK=002 as well, but it's the same thing.

For now, I have chowned my roms folder ONLY to nobody:users and I can add roms I download manually this way.

Thanks for making such an amazing tool!! :)

@piratx piratx changed the title root:root permissions only in the created folders? On unraid install root:root permissions only in the created folders? Sep 21, 2024
@piratx piratx changed the title On unraid install root:root permissions only in the created folders? On unraid install root:root owner only in the created folders? Sep 21, 2024
@jaybird2203
Copy link

Use variables PUID/PGID

@a1ex4
Copy link
Owner

a1ex4 commented Oct 6, 2024

Use variables PUID/PGID

@piratx jaybird2203 is right, you can control the user running the app within the container with the PUID and GUID environment variables in the docker-compose, it has to match whatever returns the id command executed by the "nobody" user.

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

No branches or pull requests

3 participants