Skip to content

Docker running JDownloader 2 accessible via Web Browser (noVNC)

Notifications You must be signed in to change notification settings

t4skforce/docker-novnc-jdownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JDownloader 2 Docker

Full JDownloader install in docker container with remote access via noVNC web interface

support of env variabls:

  • PUID=1000 default
  • PGID=1000 default

Optional Basic Auth

  • APP_USERNAME=
  • APP_PASSWORD=

Optional Server Ports

  • HTTP_PORT=80 default
  • HTTPS_PORT=443 default

Optional Server Name

  • SERVER_NAME=Hostname used for SSL certificate

exposes HTTP_PORT -> redirect -> HTTPS_PORT

autogenerated ssl certificate

Sceenshots

start

docker run --name docker-novnc-jdownloader -it -p 8181:8181 -p 4443:4443 -v ~/config:/data:rw -v ~/Downloads:/data/Downloads:rw -e HTTP_PORT=8181 -e HTTPS_PORT=4443 --rm t4skforce/docker-novnc-jdownloader:latest

About

Docker running JDownloader 2 accessible via Web Browser (noVNC)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages