Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Renaissance2K

Members
  • Joined

  • Last visited

Everything posted by Renaissance2K

  1. 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...
  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
  3. 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.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.