docker-jdownloader-2
docker-jdownloader-2 copied to clipboard
[Bug] Changing font size not working
Current Behavior
Changing font size does nothing, unchecking dpi has no affect as well.
Expected Behavior
Font size should increase if changing from 100 to 150
Steps To Reproduce
advanced settings LAFSettings Font Scale Factor
Environment
- OS:debian
- OS version:7.7 sandworm
- CPU:12 gen i5
- Docker version:5:27.5.1
- Device model:server
- Browser/OS:windows
Container creation
used the YML in docker compose
version: "3" networks: default: external: name: swag_default services: jdownloader: image: jlesage/jdownloader-2:latest container_name: jdownloader environment: - USER_ID=1000 - GROUP_ID=100 - DARK_MODE=1 - WEB_AUDIO=1 - DISPLAY_WIDTH=1920 - DISPLAY_HEIGHT=1080 - TZ=America/Toronto volumes: - /srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/appdata/jdownloader:/config - /srv/dev-disk-by-uuid-450d3710-6549-4966-b3df-66699ac6cd94/downloads:/output/JDownloads ports: - 5800:5800 restart: unless-stopped
Container log
[supervisor ] loading services...
[supervisor ] loading service 'default'...
[supervisor ] loading service 'logrotate'...
[supervisor ] loading service 'app'...
[supervisor ] loading service 'gui'...
[supervisor ] loading service 'openbox'...
[supervisor ] loading service 'xvnc'...
[supervisor ] loading service 'pulseaudio'...
[supervisor ] loading service 'xcompmgr'...
[supervisor ] loading service 'nginx'...
[supervisor ] loading service 'certsmonitor'...
[supervisor ] service 'certsmonitor' is disabled.
[supervisor ] loading service 'webauth'...
[supervisor ] service 'webauth' is disabled.
[supervisor ] loading service 'audiorecorder'...
[supervisor ] loading service 'logmonitor'...
[supervisor ] service 'logmonitor' is disabled.
[supervisor ] all services loaded.
[supervisor ] starting services...
[supervisor ] starting service 'xvnc'...
[xvnc ] Xvnc TigerVNC 1.14.1 - built Feb 7 2025 21:10:12
[xvnc ] Copyright (C) 1999-2024 TigerVNC Team and many others (see README.rst)
[xvnc ] See https://www.tigervnc.org for information on TigerVNC.
[xvnc ] Underlying X server release 12014000
[xvnc ] Tue Feb 18 19:07:20 2025
[xvnc ] vncext: VNC extension running!
[xvnc ] vncext: Listening for VNC connections on /tmp/vnc.sock (mode 0660)
[xvnc ] vncext: Listening for VNC connections on all interface(s), port 5900
[xvnc ] vncext: created VNC server for screen 0
[supervisor ] starting service 'openbox'...
[supervisor ] starting service 'pulseaudio'...
[supervisor ] starting service 'xcompmgr'...
[supervisor ] starting service 'nginx'...
[nginx ] Listening for HTTP connections on port 5800.
[supervisor ] starting service 'audiorecorder'...
[audiorecorder] server ready, waiting connections
[audiorecorder] PulseAudio server connection established
[supervisor ] starting service 'app'...
[supervisor ] all services started.
[xvnc ] Tue Feb 18 19:07:24 2025
[xvnc ] Connections: accepted: /tmp/vnc.sock
[xvnc ] SConnection: Client needs protocol version 3.8
[xvnc ] SConnection: Client requests security type None(1)
[xvnc ] VNCSConnST: Server default pixel format depth 24 (32bpp) little-endian rgb888
[xvnc ] VNCSConnST: Client pixel format depth 24 (32bpp) little-endian bgr888
[supervisor ] SIGTERM received, shutting down...
[supervisor ] stopping service 'app'...
[supervisor ] stopping service 'audiorecorder'...
[audiorecorder] SIGTERM signal received, terminating...
[audiorecorder] PulseAudio server connection terminated
[supervisor ] service 'audiorecorder' exited (with status 0).
[supervisor ] stopping service 'nginx'...
[supervisor ] service 'app' exited (with status 0).
[xvnc ] Tue Feb 18 19:10:04 2025
[xvnc ] VNCSConnST: closing /tmp/vnc.sock: Clean disconnection
[xvnc ] EncodeManager: Framebuffer updates: 695
[xvnc ] EncodeManager: Tight:
[xvnc ] EncodeManager: Solid: 2.547 krects, 2.92713 Mpixels
[xvnc ] EncodeManager: 39.7969 KiB (1:288.061 ratio)
[xvnc ] EncodeManager: Bitmap RLE: 1.493 krects, 946.472 kpixels
[xvnc ] EncodeManager: 48.7656 KiB (1:76.1736 ratio)
[xvnc ] EncodeManager: Indexed RLE: 5.793 krects, 6.49494 Mpixels
[xvnc ] EncodeManager: 675.098 KiB (1:37.6816 ratio)
[xvnc ] EncodeManager: Tight (JPEG):
[xvnc ] EncodeManager: Full Colour: 5.205 krects, 188.054 Mpixels
[xvnc ] EncodeManager: 128.12 MiB (1:5.59966 ratio)
[xvnc ] EncodeManager: Total: 15.038 krects, 198.422 Mpixels
[xvnc ] EncodeManager: 128.866 MiB (1:5.87506 ratio)
[xvnc ] Connections: closed: /tmp/vnc.sock
[xvnc ] ComparingUpdateTracker: 1.58216 Gpixels in / 228.877 Mpixels out
[xvnc ] ComparingUpdateTracker: (1:6.91271 ratio)
[supervisor ] service 'nginx' exited (with status 0).
[supervisor ] stopping service 'xcompmgr'...
[supervisor ] service 'xcompmgr' exited (got signal SIGTERM).
[supervisor ] stopping service 'pulseaudio'...
[supervisor ] service 'pulseaudio' exited (with status 0).
[supervisor ] stopping service 'openbox'...
[supervisor ] service 'openbox' exited (with status 0).
[supervisor ] stopping service 'xvnc'...
[xvnc ] Tue Feb 18 19:10:05 2025
[xvnc ] ComparingUpdateTracker: 0 pixels in / 0 pixels out
[xvnc ] ComparingUpdateTracker: (1:-nan ratio)
[supervisor ] service 'xvnc' exited (with status 0).
[finish ] executing container finish scripts...
[finish ] all container finish scripts executed.
[init ] container is starting...
[cont-env ] loading container environment variables...
[cont-env ] APP_NAME: loading...
[cont-env ] DISPLAY: executing...
[cont-env ] DISPLAY: terminated successfully.
[cont-env ] DISPLAY: loading...
[cont-env ] DOCKER_IMAGE_PLATFORM: loading...
[cont-env ] DOCKER_IMAGE_VERSION: loading...
[cont-env ] EGL_LOG_LEVEL: executing...
[cont-env ] EGL_LOG_LEVEL: terminated successfully.
[cont-env ] EGL_LOG_LEVEL: loading...
[cont-env ] GSK_RENDERER: executing...
[cont-env ] GSK_RENDERER: terminated successfully.
[cont-env ] GSK_RENDERER: loading...
[cont-env ] GTK2_RC_FILES: executing...
[cont-env ] GTK2_RC_FILES: terminated successfully.
[cont-env ] GTK2_RC_FILES: loading...
[cont-env ] GTK_THEME: executing...
[cont-env ] GTK_THEME: terminated successfully.
[cont-env ] GTK_THEME: loading...
[cont-env ] HOME: loading...
[cont-env ] INSTALL_PACKAGES_INTERNAL: executing...
[cont-env ] INSTALL_PACKAGES_INTERNAL: terminated successfully.
[cont-env ] INSTALL_PACKAGES_INTERNAL: not setting variable.
[cont-env ] PULSE_CONFIG_PATH: executing...
[cont-env ] PULSE_CONFIG_PATH: terminated successfully.
[cont-env ] PULSE_CONFIG_PATH: loading...
[cont-env ] PULSE_COOKIE: executing...
[cont-env ] PULSE_COOKIE: terminated successfully.
[cont-env ] PULSE_COOKIE: loading...
[cont-env ] PULSE_SERVER: executing...
[cont-env ] PULSE_SERVER: terminated successfully.
[cont-env ] PULSE_SERVER: loading...
[cont-env ] QT_STYLE_OVERRIDE: executing...
[cont-env ] QT_STYLE_OVERRIDE: terminated successfully.
[cont-env ] QT_STYLE_OVERRIDE: loading...
[cont-env ] TAKE_CONFIG_OWNERSHIP: loading...
[cont-env ] XDG_CACHE_HOME: loading...
[cont-env ] XDG_CONFIG_HOME: loading...
[cont-env ] XDG_DATA_HOME: loading...
[cont-env ] XDG_RUNTIME_DIR: loading...
[cont-env ] XDG_STATE_HOME: loading...
[cont-env ] container environment variables initialized.
[cont-secrets] loading container secrets...
[cont-secrets] container secrets loaded.
[cont-init ] executing container initialization scripts...
[cont-init ] 10-certs.sh: executing...
[cont-init ] 10-certs.sh: terminated successfully.
[cont-init ] 10-check-app-niceness.sh: executing...
[cont-init ] 10-check-app-niceness.sh: terminated successfully.
[cont-init ] 10-clean-logmonitor-states.sh: executing...
[cont-init ] 10-clean-logmonitor-states.sh: terminated successfully.
[cont-init ] 10-clean-tmp-dir.sh: executing...
[cont-init ] 10-clean-tmp-dir.sh: terminated successfully.
[cont-init ] 10-fontconfig-cache-dir.sh: executing...
[cont-init ] 10-fontconfig-cache-dir.sh: terminated successfully.
[cont-init ] 10-init-users.sh: executing...
[cont-init ] 10-init-users.sh: terminated successfully.
[cont-init ] 10-nginx.sh: executing...
[cont-init ] 10-nginx.sh: terminated successfully.
[cont-init ] 10-openbox.sh: executing...
[cont-init ] 10-openbox.sh: terminated successfully.
[cont-init ] 10-pkgs-mirror.sh: executing...
[cont-init ] 10-pkgs-mirror.sh: terminated successfully.
[cont-init ] 10-pulse.sh: executing...
[cont-init ] 10-pulse.sh: terminated successfully.
[cont-init ] 10-set-tmp-dir-perms.sh: executing...
[cont-init ] 10-set-tmp-dir-perms.sh: terminated successfully.
[cont-init ] 10-vnc-password.sh: executing...
[cont-init ] 10-vnc-password.sh: terminated successfully.
[cont-init ] 10-web-data.sh: executing...
[cont-init ] 10-web-data.sh: terminated successfully.
[cont-init ] 10-webauth.sh: executing...
[cont-init ] 10-webauth.sh: terminated successfully.
[cont-init ] 10-x11-unix.sh: executing...
[cont-init ] 10-x11-unix.sh: terminated successfully.
[cont-init ] 10-xdg-runtime-dir.sh: executing...
[cont-init ] 10-xdg-runtime-dir.sh: terminated successfully.
[cont-init ] 15-cjk-font.sh: executing...
[cont-init ] 15-cjk-font.sh: terminated successfully.
[cont-init ] 15-install-pkgs.sh: executing...
[cont-init ] 15-install-pkgs.sh: terminated successfully.
[cont-init ] 55-jdownloader2.sh: executing...
[cont-init ] 55-jdownloader2.sh: terminated successfully.
[cont-init ] 85-take-config-ownership.sh: executing...
[cont-init ] 85-take-config-ownership.sh: terminated successfully.
[cont-init ] 89-info.sh: executing...
╭――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╮
│ │
│ Application: JDownloader 2 │
│ Application Version: n/a │
│ Docker Image Version: 25.02.1 │
│ Docker Image Platform: linux/amd64 │
│ │
╰――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╯
[cont-init ] 89-info.sh: terminated successfully.
[cont-init ] all container initialization scripts executed.
[init ] giving control to process supervisor.
[supervisor ] loading services...
[supervisor ] loading service 'default'...
[supervisor ] loading service 'logrotate'...
[supervisor ] loading service 'app'...
[supervisor ] loading service 'gui'...
[supervisor ] loading service 'openbox'...
[supervisor ] loading service 'xvnc'...
[supervisor ] loading service 'pulseaudio'...
[supervisor ] loading service 'xcompmgr'...
[supervisor ] loading service 'nginx'...
[supervisor ] loading service 'certsmonitor'...
[supervisor ] service 'certsmonitor' is disabled.
[supervisor ] loading service 'webauth'...
[supervisor ] service 'webauth' is disabled.
[supervisor ] loading service 'audiorecorder'...
[supervisor ] loading service 'logmonitor'...
[supervisor ] service 'logmonitor' is disabled.
[supervisor ] all services loaded.
[supervisor ] starting services...
[supervisor ] starting service 'xvnc'...
[xvnc ] Xvnc TigerVNC 1.14.1 - built Feb 7 2025 21:10:12
[xvnc ] Copyright (C) 1999-2024 TigerVNC Team and many others (see README.rst)
[xvnc ] See https://www.tigervnc.org for information on TigerVNC.
[xvnc ] Underlying X server release 12014000
[xvnc ] Tue Feb 18 19:10:10 2025
[xvnc ] vncext: VNC extension running!
[xvnc ] vncext: Listening for VNC connections on /tmp/vnc.sock (mode 0660)
[xvnc ] vncext: Listening for VNC connections on all interface(s), port 5900
[xvnc ] vncext: created VNC server for screen 0
[supervisor ] starting service 'openbox'...
[supervisor ] starting service 'pulseaudio'...
[supervisor ] starting service 'xcompmgr'...
[supervisor ] starting service 'nginx'...
[nginx ] Listening for HTTP connections on port 5800.
[supervisor ] starting service 'audiorecorder'...
[audiorecorder] server ready, waiting connections
[audiorecorder] PulseAudio server connection established
[supervisor ] starting service 'app'...
[supervisor ] all services started.
[xvnc ] Tue Feb 18 19:10:15 2025
[xvnc ] Connections: accepted: /tmp/vnc.sock
[xvnc ] SConnection: Client needs protocol version 3.8
[xvnc ] SConnection: Client requests security type None(1)
[xvnc ] VNCSConnST: Server default pixel format depth 24 (32bpp) little-endian rgb888
[xvnc ] VNCSConnST: Client pixel format depth 24 (32bpp) little-endian bgr888
[supervisor ] SIGTERM received, shutting down...
[supervisor ] stopping service 'app'...
[supervisor ] stopping service 'audiorecorder'...
[audiorecorder] SIGTERM signal received, terminating...
[audiorecorder] PulseAudio server connection terminated
[supervisor ] service 'audiorecorder' exited (with status 0).
[supervisor ] stopping service 'nginx'...
[supervisor ] service 'app' exited (with status 0).
[xvnc ] Tue Feb 18 19:10:45 2025
[xvnc ] VNCSConnST: closing /tmp/vnc.sock: Clean disconnection
[xvnc ] EncodeManager: Framebuffer updates: 270
[xvnc ] EncodeManager: Tight:
[xvnc ] EncodeManager: Solid: 3.873 krects, 7.70442 Mpixels
[xvnc ] EncodeManager: 60.5156 KiB (1:498.066 ratio)
[xvnc ] EncodeManager: Bitmap RLE: 2.084 krects, 1.33561 Mpixels
[xvnc ] EncodeManager: 67.8193 KiB (1:77.2883 ratio)
[xvnc ] EncodeManager: Indexed RLE: 8.966 krects, 9.68179 Mpixels
[xvnc ] EncodeManager: 1.01475 MiB (1:36.4973 ratio)
[xvnc ] EncodeManager: Tight (JPEG):
[xvnc ] EncodeManager: Full Colour: 4.101 krects, 87.8103 Mpixels
[xvnc ] EncodeManager: 63.4358 MiB (1:5.2812 ratio)
[xvnc ] EncodeManager: Total: 19.024 krects, 106.532 Mpixels
[xvnc ] EncodeManager: 64.5758 MiB (1:6.29656 ratio)
[xvnc ] Connections: closed: /tmp/vnc.sock
[xvnc ] ComparingUpdateTracker: 642.816 Mpixels in / 122.231 Mpixels out
[xvnc ] ComparingUpdateTracker: (1:5.25904 ratio)
[supervisor ] service 'nginx' exited (with status 0).
[supervisor ] stopping service 'xcompmgr'...
[supervisor ] service 'xcompmgr' exited (got signal SIGTERM).
[supervisor ] stopping service 'pulseaudio'...
[supervisor ] service 'pulseaudio' exited (with status 0).
[supervisor ] stopping service 'openbox'...
[supervisor ] service 'openbox' exited (with status 0).
[supervisor ] stopping service 'xvnc'...
[xvnc ] Tue Feb 18 19:10:46 2025
[xvnc ] ComparingUpdateTracker: 0 pixels in / 0 pixels out
[xvnc ] ComparingUpdateTracker: (1:-nan ratio)
[supervisor ] service 'xvnc' exited (with status 0).
[finish ] executing container finish scripts...
[finish ] all container finish scripts executed.
[init ] container is starting...
[cont-env ] loading container environment variables...
[cont-env ] APP_NAME: loading...
[cont-env ] DISPLAY: executing...
[cont-env ] DISPLAY: terminated successfully.
[cont-env ] DISPLAY: loading...
[cont-env ] DOCKER_IMAGE_PLATFORM: loading...
[cont-env ] DOCKER_IMAGE_VERSION: loading...
[cont-env ] EGL_LOG_LEVEL: executing...
[cont-env ] EGL_LOG_LEVEL: terminated successfully.
[cont-env ] EGL_LOG_LEVEL: loading...
[cont-env ] GSK_RENDERER: executing...
[cont-env ] GSK_RENDERER: terminated successfully.
[cont-env ] GSK_RENDERER: loading...
[cont-env ] GTK2_RC_FILES: executing...
[cont-env ] GTK2_RC_FILES: terminated successfully.
[cont-env ] GTK2_RC_FILES: loading...
[cont-env ] GTK_THEME: executing...
[cont-env ] GTK_THEME: terminated successfully.
[cont-env ] GTK_THEME: loading...
[cont-env ] HOME: loading...
[cont-env ] INSTALL_PACKAGES_INTERNAL: executing...
[cont-env ] INSTALL_PACKAGES_INTERNAL: terminated successfully.
[cont-env ] INSTALL_PACKAGES_INTERNAL: not setting variable.
[cont-env ] PULSE_CONFIG_PATH: executing...
[cont-env ] PULSE_CONFIG_PATH: terminated successfully.
[cont-env ] PULSE_CONFIG_PATH: loading...
[cont-env ] PULSE_COOKIE: executing...
[cont-env ] PULSE_COOKIE: terminated successfully.
[cont-env ] PULSE_COOKIE: loading...
[cont-env ] PULSE_SERVER: executing...
[cont-env ] PULSE_SERVER: terminated successfully.
[cont-env ] PULSE_SERVER: loading...
[cont-env ] QT_STYLE_OVERRIDE: executing...
[cont-env ] QT_STYLE_OVERRIDE: terminated successfully.
[cont-env ] QT_STYLE_OVERRIDE: loading...
[cont-env ] TAKE_CONFIG_OWNERSHIP: loading...
[cont-env ] XDG_CACHE_HOME: loading...
[cont-env ] XDG_CONFIG_HOME: loading...
[cont-env ] XDG_DATA_HOME: loading...
[cont-env ] XDG_RUNTIME_DIR: loading...
[cont-env ] XDG_STATE_HOME: loading...
[cont-env ] container environment variables initialized.
[cont-secrets] loading container secrets...
[cont-secrets] container secrets loaded.
[cont-init ] executing container initialization scripts...
[cont-init ] 10-certs.sh: executing...
[cont-init ] 10-certs.sh: terminated successfully.
[cont-init ] 10-check-app-niceness.sh: executing...
[cont-init ] 10-check-app-niceness.sh: terminated successfully.
[cont-init ] 10-clean-logmonitor-states.sh: executing...
[cont-init ] 10-clean-logmonitor-states.sh: terminated successfully.
[cont-init ] 10-clean-tmp-dir.sh: executing...
[cont-init ] 10-clean-tmp-dir.sh: terminated successfully.
[cont-init ] 10-fontconfig-cache-dir.sh: executing...
[cont-init ] 10-fontconfig-cache-dir.sh: terminated successfully.
[cont-init ] 10-init-users.sh: executing...
[cont-init ] 10-init-users.sh: terminated successfully.
[cont-init ] 10-nginx.sh: executing...
[cont-init ] 10-nginx.sh: terminated successfully.
[cont-init ] 10-openbox.sh: executing...
[cont-init ] 10-openbox.sh: terminated successfully.
[cont-init ] 10-pkgs-mirror.sh: executing...
[cont-init ] 10-pkgs-mirror.sh: terminated successfully.
[cont-init ] 10-pulse.sh: executing...
[cont-init ] 10-pulse.sh: terminated successfully.
[cont-init ] 10-set-tmp-dir-perms.sh: executing...
[cont-init ] 10-set-tmp-dir-perms.sh: terminated successfully.
[cont-init ] 10-vnc-password.sh: executing...
[cont-init ] 10-vnc-password.sh: terminated successfully.
[cont-init ] 10-web-data.sh: executing...
[cont-init ] 10-web-data.sh: terminated successfully.
[cont-init ] 10-webauth.sh: executing...
[cont-init ] 10-webauth.sh: terminated successfully.
[cont-init ] 10-x11-unix.sh: executing...
[cont-init ] 10-x11-unix.sh: terminated successfully.
[cont-init ] 10-xdg-runtime-dir.sh: executing...
[cont-init ] 10-xdg-runtime-dir.sh: terminated successfully.
[cont-init ] 15-cjk-font.sh: executing...
[cont-init ] 15-cjk-font.sh: terminated successfully.
[cont-init ] 15-install-pkgs.sh: executing...
[cont-init ] 15-install-pkgs.sh: terminated successfully.
[cont-init ] 55-jdownloader2.sh: executing...
[cont-init ] 55-jdownloader2.sh: terminated successfully.
[cont-init ] 85-take-config-ownership.sh: executing...
[cont-init ] 85-take-config-ownership.sh: terminated successfully.
[cont-init ] 89-info.sh: executing...
╭――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╮
│ │
│ Application: JDownloader 2 │
│ Application Version: n/a │
│ Docker Image Version: 25.02.1 │
│ Docker Image Platform: linux/amd64 │
│ │
╰――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╯
[cont-init ] 89-info.sh: terminated successfully.
[cont-init ] all container initialization scripts executed.
[init ] giving control to process supervisor.
[supervisor ] loading services...
[supervisor ] loading service 'default'...
[supervisor ] loading service 'logrotate'...
[supervisor ] loading service 'app'...
[supervisor ] loading service 'gui'...
[supervisor ] loading service 'openbox'...
[supervisor ] loading service 'xvnc'...
[supervisor ] loading service 'pulseaudio'...
[supervisor ] loading service 'xcompmgr'...
[supervisor ] loading service 'nginx'...
[supervisor ] loading service 'certsmonitor'...
[supervisor ] service 'certsmonitor' is disabled.
[supervisor ] loading service 'webauth'...
[supervisor ] service 'webauth' is disabled.
[supervisor ] loading service 'audiorecorder'...
[supervisor ] loading service 'logmonitor'...
[supervisor ] service 'logmonitor' is disabled.
[supervisor ] all services loaded.
[supervisor ] starting services...
[supervisor ] starting service 'xvnc'...
[xvnc ] Xvnc TigerVNC 1.14.1 - built Feb 7 2025 21:10:12
[xvnc ] Copyright (C) 1999-2024 TigerVNC Team and many others (see README.rst)
[xvnc ] See https://www.tigervnc.org for information on TigerVNC.
[xvnc ] Underlying X server release 12014000
[xvnc ] Tue Feb 18 19:10:48 2025
[xvnc ] vncext: VNC extension running!
[xvnc ] vncext: Listening for VNC connections on /tmp/vnc.sock (mode 0660)
[xvnc ] vncext: Listening for VNC connections on all interface(s), port 5900
[xvnc ] vncext: created VNC server for screen 0
[supervisor ] starting service 'openbox'...
[supervisor ] starting service 'pulseaudio'...
[supervisor ] starting service 'xcompmgr'...
[supervisor ] starting service 'nginx'...
[nginx ] Listening for HTTP connections on port 5800.
[supervisor ] starting service 'audiorecorder'...
[audiorecorder] server ready, waiting connections
[audiorecorder] PulseAudio server connection established
[supervisor ] starting service 'app'...
[supervisor ] all services started.
[xvnc ] Tue Feb 18 19:10:52 2025
[xvnc ] Connections: accepted: /tmp/vnc.sock
[xvnc ] SConnection: Client needs protocol version 3.8
[xvnc ] SConnection: Client requests security type None(1)
[xvnc ] VNCSConnST: Server default pixel format depth 24 (32bpp) little-endian rgb888
[xvnc ] VNCSConnST: Client pixel format depth 24 (32bpp) little-endian bgr888
Container inspect
root@media-server:~# docker inspect jdownloader
[
{
"Id": "78d4ac907e69d52dd327a16ed62e56b2d683f51ce682330370a3bbe873dc6955",
"Created": "2025-02-18T23:59:39.300907438Z",
"Path": "/init",
"Args": [],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 112752,
"ExitCode": 0,
"Error": "",
"StartedAt": "2025-02-19T00:10:47.641007183Z",
"FinishedAt": "2025-02-19T00:10:46.856867592Z"
},
"Image": "sha256:c918b03aa9c04b2481389a4e15d3340293d1d6fe7889d041b2aa18c1b98fe9b1",
"ResolvConfPath": "/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/containers/78d4ac907e69d52dd327a16ed62e56b2d683f51ce682330370a3bbe873dc6955/resolv.conf",
"HostnamePath": "/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/containers/78d4ac907e69d52dd327a16ed62e56b2d683f51ce682330370a3bbe873dc6955/hostname",
"HostsPath": "/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/containers/78d4ac907e69d52dd327a16ed62e56b2d683f51ce682330370a3bbe873dc6955/hosts",
"LogPath": "/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/containers/78d4ac907e69d52dd327a16ed62e56b2d683f51ce682330370a3bbe873dc6955/78d4ac907e69d52dd327a16ed62e56b2d683f51ce682330370a3bbe873dc6955-json.log",
"Name": "/jdownloader",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "docker-default",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/appdata/jdownloader:/config:rw",
"/srv/dev-disk-by-uuid-450d3710-6549-4966-b3df-66699ac6cd94/downloads:/output/JDownloads:rw"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "swag_default",
"PortBindings": {
"5800/tcp": [
{
"HostIp": "",
"HostPort": "5800"
}
]
},
"RestartPolicy": {
"Name": "unless-stopped",
"MaximumRetryCount": 0
},
"AutoRemove": false,
"VolumeDriver": "",
"VolumesFrom": null,
"ConsoleSize": [
0,
0
],
"CapAdd": null,
"CapDrop": null,
"CgroupnsMode": "private",
"Dns": null,
"DnsOptions": null,
"DnsSearch": null,
"ExtraHosts": [],
"GroupAdd": null,
"IpcMode": "private",
"Cgroup": "",
"Links": null,
"OomScoreAdj": 0,
"PidMode": "",
"Privileged": false,
"PublishAllPorts": false,
"ReadonlyRootfs": false,
"SecurityOpt": null,
"UTSMode": "",
"UsernsMode": "",
"ShmSize": 67108864,
"Runtime": "runc",
"Isolation": "",
"CpuShares": 0,
"Memory": 0,
"NanoCpus": 0,
"CgroupParent": "",
"BlkioWeight": 0,
"BlkioWeightDevice": null,
"BlkioDeviceReadBps": null,
"BlkioDeviceWriteBps": null,
"BlkioDeviceReadIOps": null,
"BlkioDeviceWriteIOps": null,
"CpuPeriod": 0,
"CpuQuota": 0,
"CpuRealtimePeriod": 0,
"CpuRealtimeRuntime": 0,
"CpusetCpus": "",
"CpusetMems": "",
"Devices": null,
"DeviceCgroupRules": null,
"DeviceRequests": null,
"MemoryReservation": 0,
"MemorySwap": 0,
"MemorySwappiness": null,
"OomKillDisable": null,
"PidsLimit": null,
"Ulimits": null,
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"Mounts": [
{
"Type": "bind",
"Source": "/srv/dev-disk-by-uuid-450d3710-6549-4966-b3df-66699ac6cd94/downloads",
"Target": "/output"
}
],
"MaskedPaths": [
"/proc/asound",
"/proc/acpi",
"/proc/kcore",
"/proc/keys",
"/proc/latency_stats",
"/proc/timer_list",
"/proc/timer_stats",
"/proc/sched_debug",
"/proc/scsi",
"/sys/firmware",
"/sys/devices/virtual/powercap"
],
"ReadonlyPaths": [
"/proc/bus",
"/proc/fs",
"/proc/irq",
"/proc/sys",
"/proc/sysrq-trigger"
]
},
"GraphDriver": {
"Data": {
"LowerDir": "/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/338f101e28ddd1c7ecd88a9367c280e7d8803c2d1a60adbda51a30625af2687a-init/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/bcd526941225d6189b947e312dc33d8a465220ef773225e44c75c04f3dd38f15/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/a566c0036c755f2de33241bb93da930ea8fa12aae4bf26207a3af9b48e00ee56/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/12721d36a111223b82af0c75c6e3338bca970b2b2d7725dbd0c5e46b9d873d5a/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/acfc472d8324177a5d8a263467a7caa617e2bb22b96f160a83baf9efeaf01a5e/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/df7f30952fbcc766e5ecac5704eb3bc6df020a3cfb480899b9039f8eb8db5344/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/015ca4b64d6993e96f9b2dfc73c38a9cb167b4b748ca1bd0515b466e2034900d/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/f8039cc9066b7e0031e53c5e21a1b6f15a8d652e08a9e839155d6e277c39772e/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/1bb2c3f52644ba030d211c16cdd66602b63f935256607e7f0bcc94106d54fec6/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/ec5b74cc5d3524e505659864546bacbb178a98166df53284cfa6585b989bf93a/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/46d975bfbc1a34c233320525b1ab689d85420b9965727198fa37ee260e1f9dcf/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/a96daea2c4ba448606fb7a53ad792796fbc96ad3e7d1a6b707b422b56e83d919/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/792b234edd296a7e53d6425a9f7118c7376830399c37e68570aeb41fe87aaefd/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/470c0ce66d3a262f42fe71498a5ad88f8fb85752fecfd07bdffc296472c78e75/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/7e3a1e411409ea6523f84c60af32377275db6379b998a2fdbbaeec7b575d9436/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/5e179c089071347130f4b43311c7513c4b9d8ac3e9ee71bb3db5d7973d051f4c/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/9a5638f969a56ccac6f15f257b698a09e2b573ba4ee1dea454fa974567a34586/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/3b61414c43a8ec7ce4f3df19bb2d72342fd829925efffc9254ec02495bb1f6cb/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/3a716d0bce524b81cea3f29df324cb583f08dd30c1139b6a12984d86b5814b91/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/c780e3d4e600ef5e705133f11ccc0825b7ce4136a2bd8cf440de6cb05977e3f1/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/a29f5088b63abd251973fd72da4404040954d76f6cf46662f6cc43f83990d184/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/d74cfff4c63de32542eeac178c8600d0799b93d555571426c16cf46829354389/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/37bc96cd884b9b2c8ae16d6534e1ec5523ca067925179b4cbf2ab5ef84a2c27d/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/badac360ca811725a1f78f9b83fb9fec303374fdadb58092a1ec0fce2530134d/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/b2d5ccd5d0db746a60c2d298eb7c13d65fcec2af335d4ba396822574e61eee4b/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/2f0a6e7cd05e171dd8f27a6fc7b1019e443421a84ae152947e141b4101f134e4/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/8fa52604832d0dea1cd5388f0850db7cb48c1dcfc3bbbdf3344540582a4782d8/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/74b43a9941194014b7b473998b56f9a7aebc4cdf57be4fdc580fd9249b5a526e/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/82d53162fda3e2cb7d926406faec2b385fc07ea885c0c2e5abc7e555beeca62d/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/00fa6416d8378e3759a1960c739aaab8b7be006beadca0ab76ce06fdd3d06461/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/8b512efbb73cc7429a3ceb95f5d918111441c933053c0ac1d2de761d5f26a586/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/2e8920ca89f3e01cb1183ebb76e064c2eb1d5db5f25a8d43e9869f292ab44845/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/5a132240cda9bc024e3ddd7c2f5465d016d03c19cbd8941cd6cf2876b129a8dc/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/1fa8784f334b8e35e962379a1612d10b97375b2efd88db70a89c3bc1880fca5e/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/ac2427a399021f9ec04f3f1f31eb0ad3856b787987da3a58f85f33ac0b32d403/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/43ba6e54eaeb321258c89473d6661680451a58f0cb0974278ba962b24bb0b22f/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/f3ca8f3353334b60f7ac7950ff471941cae044e19ddfd5ecb8d38340227af82b/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/39c91886d4595052ae4b505842c67f75dc0d477e42e27376292b2b10a38ba067/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/05aaab2a7cdb703e530193b99c3448ddf2413075c5be6009aa7a1c7e3db9d624/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/a67f08e92cab746dd0909e31ce18993757c97f2a9886d25529de72d0da429f07/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/0e8f97fa03adbafd0a0f6689e926c9dac3ad404e7d108c2932608e40e3e09e8c/diff:/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/712b408de505c28ee5df5b7bd5a20647871524729db6bb6c4c3a0a25c4b69c0c/diff",
"MergedDir": "/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/338f101e28ddd1c7ecd88a9367c280e7d8803c2d1a60adbda51a30625af2687a/merged",
"UpperDir": "/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/338f101e28ddd1c7ecd88a9367c280e7d8803c2d1a60adbda51a30625af2687a/diff",
"WorkDir": "/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/docker/overlay2/338f101e28ddd1c7ecd88a9367c280e7d8803c2d1a60adbda51a30625af2687a/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/srv/dev-disk-by-uuid-450d3710-6549-4966-b3df-66699ac6cd94/downloads",
"Destination": "/output",
"Mode": "",
"RW": true,
"Propagation": "rprivate"
},
{
"Type": "bind",
"Source": "/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/appdata/jdownloader",
"Destination": "/config",
"Mode": "rw",
"RW": true,
"Propagation": "rprivate"
},
{
"Type": "bind",
"Source": "/srv/dev-disk-by-uuid-450d3710-6549-4966-b3df-66699ac6cd94/downloads",
"Destination": "/output/JDownloads",
"Mode": "rw",
"RW": true,
"Propagation": "rprivate"
}
],
"Config": {
"Hostname": "78d4ac907e69",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": true,
"AttachStderr": true,
"ExposedPorts": {
"3129/tcp": {},
"5800/tcp": {},
"5900/tcp": {}
},
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"GROUP_ID=100",
"DARK_MODE=1",
"WEB_AUDIO=1",
"DISPLAY_WIDTH=1920",
"DISPLAY_HEIGHT=1080",
"TZ=America/Toronto",
"USER_ID=1000",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/base/sbin:/opt/base/bin",
"ENV=/root/.docker_rc",
"SUP_GROUP_IDS=",
"UMASK=0022",
"LANG=en_US.UTF-8",
"KEEP_APP_RUNNING=0",
"APP_NICENESS=0",
"INSTALL_PACKAGES=",
"PACKAGES_MIRROR=",
"CONTAINER_DEBUG=0",
"SECURE_CONNECTION=0",
"SECURE_CONNECTION_VNC_METHOD=SSL",
"SECURE_CONNECTION_CERTS_CHECK_INTERVAL=60",
"WEB_LISTENING_PORT=5800",
"VNC_LISTENING_PORT=5900",
"VNC_PASSWORD=",
"ENABLE_CJK_FONT=0",
"WEB_AUTHENTICATION=0",
"WEB_AUTHENTICATION_TOKEN_VALIDITY_TIME=24",
"WEB_AUTHENTICATION_DEFAULT_USERNAME=",
"WEB_AUTHENTICATION_DEFAULT_PASSWORD=",
"MYJDOWNLOADER_EMAIL=",
"MYJDOWNLOADER_PASSWORD=",
"MYJDOWNLOADER_DEVICE_NAME=",
"JDOWNLOADER_HEADLESS=0",
"JDOWNLOADER_MAX_MEM="
],
"Cmd": [
"/init"
],
"Image": "jlesage/jdownloader-2:latest",
"Volumes": {
"/config": {},
"/output": {}
},
"WorkingDir": "/tmp",
"Entrypoint": null,
"OnBuild": null,
"Labels": {
"com.docker.compose.config-hash": "2d274375392ca08c0290c80880a222281a51ad2268e8d01da371880bd2ed5a49",
"com.docker.compose.container-number": "1",
"com.docker.compose.depends_on": "",
"com.docker.compose.image": "sha256:c918b03aa9c04b2481389a4e15d3340293d1d6fe7889d041b2aa18c1b98fe9b1",
"com.docker.compose.oneoff": "False",
"com.docker.compose.project": "jdownloader",
"com.docker.compose.project.config_files": "/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/appdata/jdownloader/jdownloader.yml,/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/appdata/jdownloader/compose.override.yml",
"com.docker.compose.project.environment_file": "/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/appdata/global.env,/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/appdata/jdownloader/jdownloader.env",
"com.docker.compose.project.working_dir": "/srv/dev-disk-by-uuid-f59caf58-e5d6-4f09-8f5d-8ba1a07586e4/appdata/jdownloader",
"com.docker.compose.replace": "0ac13d2c58dd1416ed6de47d7ce2baf5619e868bcc6ccb3dd2dcf8363310a7b9",
"com.docker.compose.service": "jdownloader",
"com.docker.compose.version": "2.32.4",
"org.label-schema.description": "Docker container for JDownloader 2",
"org.label-schema.name": "jdownloader-2",
"org.label-schema.schema-version": "1.0",
"org.label-schema.vcs-url": "https://github.com/jlesage/docker-jdownloader-2",
"org.label-schema.version": "25.02.1"
}
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "3c6aea732f8b7a876635411201960d3c6cc8406b1e9864e2d3e89ab18f773abd",
"SandboxKey": "/var/run/docker/netns/3c6aea732f8b",
"Ports": {
"3129/tcp": null,
"5800/tcp": [
{
"HostIp": "0.0.0.0",
"HostPort": "5800"
},
{
"HostIp": "::",
"HostPort": "5800"
}
],
"5900/tcp": null
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"swag_default": {
"IPAMConfig": null,
"Links": null,
"Aliases": [
"jdownloader",
"jdownloader"
],
"MacAddress": "02:42:ac:12:00:0a",
"DriverOpts": null,
"NetworkID": "b3096c7d6243b2cb195f76b1a1d890be0ed12442cda3ff9ac65014b86c023615",
"EndpointID": "3737eca04c9d691e707dd26100b5db3a33584734f441622574e4e5380a9e0b97",
"Gateway": "172.18.0.1",
"IPAddress": "172.18.0.10",
"IPPrefixLen": 16,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"jdownloader",
"78d4ac907e69"
]
}
}
}
}
]
Anything else?
No response