JDownloader2 with full gui in the web browser (+myjdownloader web access)
1M+
JDownloader2 docker container with a built-in browser based gui
On unRaid, install from the Community Repositories and enter the app folder location and the port for the webUI.
On other platforms, you can run this docker with the following command:
docker run -d \
--name="JDownloader2" \
-e HEIGHT="720" \
-e WIDTH="1280" \
-v /path/to/config:/config:rw \
-v /etc/localtime:/etc/localtime:ro \
-p XXXX:8080 \
aptalca/docker-jdownloader2
GeneralSettings: Browser Command Line and 2) BrowserCaptchaSolver: Browser Commandline and change both values to the following: [ "/usr/bin/firefox", "%s" ]To access the GUI, point your web browser to http://SERVERIP:PORT/#/client/c/JDownloader2 (Replace SERVERIP and PORT with your values)
JDownloader 2 also has a webserver accessible through my.jdownloader.org
Some platforms like Debian are having issues with setting timezones. If you get the following error:
mv: cannot move '/etc/localtime.dpkg-new' to '/etc/localtime': Device or resource busy *** /etc/my_init.d/00_config.sh failed with status 1 and the container stops, remove the following from your run command: -v /etc/localtime:/etc/localtime:ro and replace it with the following: -e TZ="America/New_York"
You can change the timezone to yours according to the list here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
Content type
Image
Digest
sha256:dcff63050…
Size
656.7 MB
Last updated
over 10 years ago
docker pull aptalca/docker-jdownloader2