TheWicklowWolf / BookBounty

Retrieve missing Readarr books from Library Genesis.
Mozilla Public License 2.0
88 stars 2 forks source link

Permission Denied #10

Closed AngelMonky closed 2 months ago

AngelMonky commented 2 months ago

I am using docker on synology, I am getting a permission denied, and think this has to do with the PUID / PGID setup. I am not using the default 1000/1000, could you make this variable in the ENV variables so I can insert my own specific PUID / PGID? Currently the instance has to rights to write to the folder structure.

image

rzilla75 commented 2 months ago

Have you tried manually entering those ENV variables? I believe that's what I needed to do on my QNAP. I also have a Synology and would be willing to do some testing on that box as well.

AngelMonky commented 2 months ago

Yes, tried a couple things, let me share the setup. tried to add net_admin as well in here.

image image image image image

rzilla75 commented 2 months ago

For some reason my Synology is unable to locate bookbounty in the registry this morning.

But your settings look similar to what I have on my QNAP. I did make my "docker user" the owner of the config folder. In your case that would be "/docker/BookBounty"

AngelMonky commented 2 months ago

Do you mean the docker hub? You have to specifically search for your package: TheWicklowWolf/BookBounty then you can find it.

I tried this last week as well, and same result so should not be due to the registry I think ;( Does seem like an amazing good app (BookBounty), It would even be better if this was done using readarr integration somehow. But I can imagine this would be a whole other thing to make :)

TheWicklowWolf commented 2 months ago

I am not familiar with the specific setup of Synology systems, but the process should be straightforward: you need to grant PUID/PGID (1000:1000) read and write access to both /docker/BookBounty and /Media/Downloads/Complete in your case.