-
[Support] Djoss - JDownloader 2
Eep. Yes, you're right. I downloaded the Djoss one, configured it, and everything is WAI. Sorry for wasting your time. Attaching the Stone of Shame...
-
[Support] Djoss - JDownloader 2
I installed this from the "Apps" menu tab, and it indeed created a "downloads" share as part of the initial installation. By default, the config settings for `XDG_DOWNLOAD_DIR` and `Downloads folder` already point to it by default, unless `/mnt/user/NAME_OF_SHARE` isn't the correct path to use when mounting a share from within a Docker container. Added this to my OP. Thanks. docker run -d --name='MyJDownloader' --net='bridge' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e HOST_HOSTNAME="CmitNAS" -e HOST_CONTAINERNAME="MyJDownloader" -e 'MYJD_USER'='[email protected]' -e 'MYJD_PASSWORD'='My@ctualPassw0rd' -e 'MYJD_DEVICE_NAME'='Unraid' -e 'XDG_DOWNLOAD_DIR'='/mnt/user/downloads/' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.icon='https://github.com/hussainalhaddad/docker-templates/raw/master/myjdownloader/logo.png' -p '3129:3129/tcp' -v '/mnt/user/appdata/jdownloader2/cfg':'/opt/JDownloader/cfg':'rw' -v '/mnt/user/appdata/jdownloader2/logs':'/opt/JDownloader/logs':'rw' -v '/mnt/user/downloads/':'/opt/JDownloader/Downloads':'rw' -v '/tmp/JDownloader':'/opt/JDownloader/app/tmp':'rw' --restart unless-stopped 'jaymoulin/jdownloader' 35710ee4d82f465e49c74a2ccbb6498a4e3cccdbdd8d36defe1f8e2ee6b69908
-
Renaissance2K started following [Support] Djoss - JDownloader 2
-
[Support] Djoss - JDownloader 2
Hello. This feels like a basic question, but here we go... I'm getting an "Invalid download directory" when I try to start downloads from the web interface. I see a "downloads" share in my Shares menu; I think this was added by the JDownloader plugin itself. The Docker's config settings are pointing to /mnt/user/downloads, which I think is correct; I used a similar path when configuring RetroNAS. I tried opening up the container's console to see, and there doesn't appear to be a /mnt/user/downloads path available. The entire /mnt path is empty. Is there something extra I need to do to expose my downloads share to the JDownloader container? docker run -d --name='MyJDownloader' --net='bridge' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e HOST_HOSTNAME="CmitNAS" -e HOST_CONTAINERNAME="MyJDownloader" -e 'MYJD_USER'='[email protected]' -e 'MYJD_PASSWORD'='My@ctualPassw0rd' -e 'MYJD_DEVICE_NAME'='Unraid' -e 'XDG_DOWNLOAD_DIR'='/mnt/user/downloads/' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.icon='https://github.com/hussainalhaddad/docker-templates/raw/master/myjdownloader/logo.png' -p '3129:3129/tcp' -v '/mnt/user/appdata/jdownloader2/cfg':'/opt/JDownloader/cfg':'rw' -v '/mnt/user/appdata/jdownloader2/logs':'/opt/JDownloader/logs':'rw' -v '/mnt/user/downloads/':'/opt/JDownloader/Downloads':'rw' -v '/tmp/JDownloader':'/opt/JDownloader/app/tmp':'rw' --restart unless-stopped 'jaymoulin/jdownloader' 35710ee4d82f465e49c74a2ccbb6498a4e3cccdbdd8d36defe1f8e2ee6b69908 Thanks.
Renaissance2K
Members
-
Joined
-
Last visited