-
Hi, Now im getting a fault message in the queue, on create folder
The thing is that a added a few new streamers, and tried to archive them manually, it works. Does anyone have any idea how i can fix this? I doubt it is related to the changes in the software, more how i updated the containers. I did check in the NAS GUI that my username and the admin user have read and write access to the VOD folder. But im not 100% sure what user the container is running from, but i think it should be my user or the admin account since i used sudo command when creating the container. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
A few months ago I made the container rootless. You will probably need to specify a PUID and PGID environment variable. Set these to the user that has access to the vods folder. More information can be found here https://github.com/Zibbp/ganymede#rootless. When initially starting the API container it will print out what user it's being run as. The default has a uid/gid of |
Beta Was this translation helpful? Give feedback.
-
I see, it is uid 911 now! And as far as i know there is no user with that id, or at least they won't have access to the folder. I was forced to use the gid 101 administrators, even though 100 users should have write access. Guessing this is probably some synology thing. My bad for not reading the documentation carefully enough. Only looked at the yml file to see if there was any changes. |
Beta Was this translation helpful? Give feedback.
A few months ago I made the container rootless. You will probably need to specify a PUID and PGID environment variable. Set these to the user that has access to the vods folder. More information can be found here https://github.com/Zibbp/ganymede#rootless. When initially starting the API container it will print out what user it's being run as. The default has a uid/gid of
911
. Let me know if that still doesn't work.