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

feat: add support for PUID and PGID environment variables #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

WereCatf
Copy link

This commit removes the hardcoded MUMBLE_UID and MUMBLE_GID and instead adopts the commonly used PUID and PGID environment variables for setting the desired UID:GID for mumble-server to run as. For backwards-compatibility they still default to 10000:10000.

Also, a new variable MUMBLE_CHOWN_DATA is used to define whether to chown /data and its contents or not.

This commit removes the hardcoded MUMBLE_UID and MUMBLE_GID and instead
adopts the commonly used PUID and PGID environment variables for setting
the desired UID:GID for mumble-server to run as. For backwards-compatibility
they still default to 10000:10000.

Also, a new variable `MUMBLE_CHOWN_DATA` is used to define whether to chown
`/data` and its contents or not.

Signed-off-by: Nita Vesa <[email protected]>
@captainepoch
Copy link

Is this going to be merged? It's really useful.

@Krzmbrzl
Copy link
Member

I can answer that once I have found the time to review this PR

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

Successfully merging this pull request may close these issues.

3 participants