linuxserver / docker-sonarr

GNU General Public License v3.0
795 stars 139 forks source link

A list of GUID instead of a single one #200

Closed alexandery closed 2 years ago

alexandery commented 2 years ago

linuxserver.io


Desired Behavior

Ability to assign multiple group IDs instead of a single one. In my case I need the container to access few host volumes which have permissions assigned to different groups. The user running Sonarr belongs to those groups, but the container fails because I can assign only one group ID.

P.S. Bunch of other images support list of group IDs and those work well.

Current Behavior

Single GUID which breaks the app in a setup where different directories have group based permissions.

Alternatives Considered

Uhm... Find another image from another provider?

github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

Roxedus commented 2 years ago

This is not something we are going to invest time into, it's also not something that could be solved in this repository.