2024-03-13, 10:12 PM
(This post was last modified: 2024-03-13, 10:12 PM by TheDreadPirate.)
And that was done inside the Jellyfin container? Looking over the screenshots you provided, I don't see a way to pass in the GID for the render group from the host.
On the host
If this was a plain docker compose setup you would add the GID from the above command to your yaml.
Is there an equivalent "group_add" in the UI?
On the host
Code:
getent group render | cut -d: -f3
If this was a plain docker compose setup you would add the GID from the above command to your yaml.
Code:
group_add:
- "122" # Change this to match your "render" host group id and remove this comment
Is there an equivalent "group_add" in the UI?