Using seerr docker with a custom defined user #2455
-
|
Is it possible to run Seerr with a custom defined user in docker rather than the default hardcoded one? This was possible with Jellyseerr. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 14 replies
-
|
Jellyseerr image ran rootfull and was not properly setup. Seerr is rootless now and the UID:GID 1000:1000 is the node user.
And by RROX on discord:
|
Beta Was this translation helpful? Give feedback.
-
|
Sorry to hijack the thread, @M0NsTeRRR I'm hoping you can help me with a related issue. I'm migrating from jellyseerr to seerr using the instructions here I'm using docker through Portainer on a Synology NAS. I understand there have been changes to a rootless user. When I start the container, I get this error:
When I try to access the console, portainer says: Here is my Docker Compose:
I'm not sure what I need to do resolve the permissions for the node user. |
Beta Was this translation helpful? Give feedback.
-
Looks like its posible using the user parameter. |
Beta Was this translation helpful? Give feedback.
-
|
After logging into the NAS via SSH and the entering the following command, it worked:
In my case the folder path was:
|
Beta Was this translation helpful? Give feedback.
-
|
I already had a user/group on my system using ID Using Docker it looks like I have to do the following in order to get the volume to be accessible to Seerr.
Only then does Seerr get proper access to the config folder. Could I be doing something wrong or is this actually more simple than letting us specify PUID/PGID? |
Beta Was this translation helpful? Give feedback.
Jellyseerr image ran rootfull and was not properly setup. Seerr is rootless now and the UID:GID 1000:1000 is the node user.
Here is why this is recommended (from a discussion in discord by @M0NsTeRRR)