


To enable Direct Connection mode from internet, you need to open and forward port 3129 adjusting your router configuration. In this mode, MyJDownloader server still handles service related tasks, like the session authentication and notifications. This enables the GUI to respond much faster with information reliably updating over time.

Appendixes Direct Connection Modeĭirect Connection mode (or Direct Connections) improves the use of this container via MyJDownloader GUI and is strongly recommended at least in your LAN.īy enabling this mode, the communication happens directly between the client and the JDownloader server via port 3129 (by default), instead of being routed trough MyJDownloader servers. Other options can be changed on your MyJDownloader account.
JDOWNLOADER 2 CHIP PASSWORD
JDOWNLOADER 2 CHIP INSTALL
Configuration values ParameterĬonfig file folder, saves your configuration on the hostĬontainer logs folder, specify it only if you wan to keep logs on the hostĮxtensions folder, specify it only if you wan to install extensions and keep it on the hostĭownloads folder (where you put your download mountpoint)Īdd user identifiers to run the container with user priviledges. You can set many parameters when you configure this container, but you must specify your MyJDownloader login/password to connect to your container. jaymoulin/jdownloader:0.7.0-arm32v6) because rpi zero identify itself as armhf which is wrong. Note for RPI Zero : specify that you want the arm32v6 image (e.g. Path: /path/to/extensions type: Directory mountPath: /opt/JDownloader/app/extensions name: extensions volumes: mountPath: /opt/JDownloader/Downloads name: downloads mountPath: /opt/JDownloader/app/cfg name: cfg mountPath: /opt/JDownloader/app name: exec Name: my_jd_secret key: password volumeMounts: name: jdownloader image: jaymoulin/jdownloader env: Myjd-user: #optional (see ()) file: ~/jdownloader/secrets/myjd_user.txt myjd-password: #optional (see ()) file: ~/jdownloader/secrets/myjd_password.txt KubernetesĪpiVersion: apps/v1 kind: Deployment metadata: myjd-password #optional (see ()) secrets: etc/localtime:/etc/localtime:ro #optional environment:įILE_MYJD_USER: myjd-user #optional (see ()) FILE_MYJD_PASSWORD: myjd-password #optional (see ()) MYJD_USER: #optional (see ()) MYJD_PASSWORD: bar #optional (see ()) MYJD_DEVICE_NAME: goofy #optional XDG_DOWNLOAD_DIR: /opt/JDownloader/Downloads #optional ports:

:/opt/JDownloader/app/extensions #optional Image: jaymoulin/jdownloader container_name: jdownloader restart: always user: 1001:100 volumes:
