jlesage / docker-jdownloader-2

Docker container for JDownloader 2
MIT License
820 stars 71 forks source link

Setting jdownloader 2 for QNAP 253B #113

Closed Badaw971 closed 2 years ago

Badaw971 commented 2 years ago

Hello,

I have a problem, so far the program works fine except I need to change the download folder which is on another hard drive of my QNAP 253B NAS.

The source folder Hard disk 1/Container/output I would like the files to be uploaded to the following folder Hard disk 2 /Download

Could you tell me the steps or file to modify to achieve this?

Thank you for your help.

jlesage commented 2 years ago

If you are using the Container Station to create the container, you just need to specify a "Shared Folder", where the host folder is /Download and the container folder is /output.

Badaw971 commented 2 years ago

Hello, thank you for your feedback, however I want to change the location. The Ouput is not good I want to put it under Hard disk N°2 / Download and not Hard disk N°1/Container/Output. How do I change the location should I change the config or volume file?

jlesage commented 2 years ago

Sorry, I'm not sure to understand what you are trying to say. Could you share the settings of your container ?

With what I said in my previous comment, the /output folder inside the container will be mapped to your "Hard disk N°2 / Download" folder. This means that in JDownloader, everything downloaded to /output will end up in your "Hard disk N°2 / Download" folder.

Badaw971 commented 2 years ago

Hello, thank you for your answer, you are right with a screen it will be easier. The /output must be in the second hard drive or I could access any folder. If this is not possible then only in the directory hard disk 2 /Shared Videos/Télécharger # voulu

jlesage commented 2 years ago

Ok, then in the Container Station, can you set a shared folder that maps /output to / Shared Videos/Télécharger ?

Here is a random example I found to show you what I'm talking about:

Badaw971 commented 2 years ago

I can't modify anything, everything is blocked. Capture d’écran 2022-11-08 052424

jlesage commented 2 years ago

Same thing if the container is stopped ?

I'm not a QNAP user, but you may have to delete the container and re-create it. Note that even /config doesn't seem to be mapped correctly.

Badaw971 commented 2 years ago

unfortunately even by stopping the docker I cannot modify it. Is it possible to modify the configuration file? I'm not a programming expert how can I recreate the docker? Is there a particular setting to do?

Badaw971 commented 2 years ago

I understand, I had a permission problem. Which file should I modify to put the correct path?

Badaw971 commented 2 years ago

can I modify the file in this location? fichier config dossier config

I put the config file just in case. Thanks in advance

Badaw971 commented 2 years ago

I finally succeeded, I had to delete the application and install it again. Thank you for taking the time to explain to me how to install it. Anyway great job! Thanks again ;)

jlesage commented 2 years ago

If you use the Container Station, you need to use the UI to manage the container. The other way is to not use it and instead use shell and run docker commands yourself.

Happy to know that you were able to install it!