mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Customizable user & group id file ownership
#269
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kungfoome on GitHub (Mar 10, 2025).
Originally assigned to: @parkervcp on GitHub.
When mounting volumes to pelican, I want to be able to manage the files on there using a particular user. It doesn't seem like I can set the UID or GID for the container. I also have this volume mounted over NFS, which defaults to the user I want. For these reasons, the container won't start since it can't really write or fix the permissions and it's set to uid 86 for www-data it seems like.
I would like the ability to set the UID, GID, and timezone in the image to match the host. linuxserver.io images do a really good job of this and it would be something similar.
@parkervcp commented on GitHub (Mar 20, 2025):
Wings is what manages the users in the containers and you would set that in the config via
@lancepioch commented on GitHub (Apr 11, 2025):
Looks like this issue is already resolved.