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.

Deluge Docker Problem

Featured Replies

First time ever using Dockers.  I managed to install the Deluge Docker successfully.  Where I'm having a problem is downloading a file.  I've added a torrent for a test and trying to download a small flac file.  It downloads and completes but I can't find the file anywhere. 

 

In the preferences for Download I have the path /cache/deluge/downloads.  But the folder is empty.  I'm sure it's something very basic I'm overlooking...but what?

  • Author

For the life of me I can't figure this out.  I tried various paths but nothing seems to work.

 

On my cache drive I have a folder called Deluge.  Below that I have the following folders

/config

/downloads

/torrents

 

On the Shares page, I can see a share called deluge.  For Use Cache Disk I have it set to No but not sure if it should be set to Yes.

 

 

 

  • 4 years later...

This is an old post but figured someone might find the answer helpful. When using docker you need to define the volume that deluge will use and a location on your OS. This will create a shared folder which your docker container and your OS can see/use. I am using Docker on Windows 10. I have a batch file that I use to create this container. If you really want to get advanced you can use docker-compose which has yaml based configuration files which are easy to maintain.

 

Example:

docker create --name=deluge --net=host -e PUID=1000 -e PGID=1000 -e UMASK_SET=022 -e TZ=America/Chicago -v C:\Docker\deluge\config:/config -v C:\Torrents\incomplete:/downloads -v C:\Torrents\completed:/completed --restart unless-stopped linuxserver/deluge:latest

 

Edited by jaskohl

Archived

This topic is now archived and is closed to further replies.

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.