deluge docker

Currently reading
deluge docker

295
32
NAS
DS1019+ DSM6
Operating system
  1. Windows
Mobile operating system
  1. iOS
anyone set up deluge in docket?
i have a working transmission docker instance, but looking to test out deluge.

i've got the container setup, and i can access the webui, but i seem to have a problem with any torrent starting and downloading.
the setting in preferences > downloads > downloadto seems like it might be the issue.

i have mounted /downloads to /data/downloads/torrents.
but the that preferences setting seems to be set to /root/Downloads, and no matter what i change it to the torrent either starts with an "error" or starts but never actually starts the downloads (stays at 0%).

my docker container settings are

Code:
{
   "cap_add" : [],
   "cap_drop" : [],
   "cmd" : "",
   "cpu_priority" : 50,
   "devices" : null,
   "enable_publish_all_ports" : false,
   "enable_restart_policy" : true,
   "enabled" : false,
   "entrypoint_default" : "/init",
   "env_variables" : [
      {
         "key" : "PATH",
         "value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
      },
      {
         "key" : "HOME",
         "value" : "/root"
      },
      {
         "key" : "LANGUAGE",
         "value" : "en_US.UTF-8"
      },
      {
         "key" : "LANG",
         "value" : "en_US.UTF-8"
      },
      {
         "key" : "TERM",
         "value" : "xterm"
      },
      {
         "key" : "PYTHON_EGG_CACHE",
         "value" : "/config/plugins/.python-eggs"
      },
      {
         "key" : "GROUP_ID",
         "value" : "101"
      },
      {
         "key" : "USER_ID",
         "value" : "1026"
      },
      {
         "key" : "PUID",
         "value" : "1026"
      },
      {
         "key" : "PGID",
         "value" : "101"
      },
      {
         "key" : "TZ",
         "value" : "Europe/London"
      }
   ],
   "exporting" : false,
   "id" : "e7653265742af2467135bd5456f3d38875393f2b2f981d4fead8a83f21e0f0c8",
   "image" : "linuxserver/deluge:latest",
   "is_ddsm" : false,
   "is_package" : false,
   "links" : [],
   "memory_limit" : 0,
   "name" : "deluge",
   "network" : [
      {
         "driver" : "bridge",
         "name" : "bridge"
      }
   ],
   "network_mode" : "bridge",
   "port_bindings" : [
      {
         "container_port" : 58846,
         "host_port" : 58846,
         "type" : "tcp"
      },
      {
         "container_port" : 58946,
         "host_port" : 58946,
         "type" : "tcp"
      },
      {
         "container_port" : 58946,
         "host_port" : 58946,
         "type" : "udp"
      },
      {
         "container_port" : 8112,
         "host_port" : 8112,
         "type" : "tcp"
      }
   ],
   "privileged" : false,
   "shortcut" : {
      "enable_shortcut" : false
   },
   "use_host_network" : false,
   "volume_bindings" : [
      {
         "host_volume_file" : "/data/downloads/torrents",
         "mount_point" : "/downloads",
         "type" : "rw"
      },
      {
         "host_volume_file" : "/docker/deluge",
         "mount_point" : "/config",
         "type" : "rw"
      }
   ]
}
 
ok well i got it working, but i'm having major issues with sonarr seeing where the downloaded content is

physical location on NAS is /data/downloads/torrent

i've tried mounting /downloads to /data, /data/downloads and /data/downloads/torrent

setting the "download to" folder preference in deluge to whatever it needs to place the files in the correct folder, but sonarr seems to think the location is something else - meaning you get an error when it tried to impot as it can't see the file.

sonarr, for example, thinks it needs to look in /downloads/downloads/torrent

i've tried everything combination of mount point and deluge preference but it always ends up wrong.

in transmission i just mounted "data" to /data and that doesn't have any problems
 
Last edited:
which would be /data (which is what sonarr and transmission use)., but even when i used that it still didn't work.

the problem seems to be that in deluge itself you have to manually set the download location

if i set the mount point to /data in the deluge container, i have to set the "download to" location to /downloads/downloads/torrents for deluge to place the files in the correct location.

this is because deluge mounts /downloads to the mount point that is set, which is /data, and such sonarr has no idea where deluge is placing the files.

i have reset the container and set /data as the mount point for /downloads

Screenshot 2021-02-18 201151.jpg

this is where you also have to manually set the download location within deluge though, and to get deluge to place the files in the correct location i have to set it to this...

Screenshot 2021-02-18 200812.jpg


and the end result is sonarr says this, once the torrent has completed.
"No files found are eligible for import in /downloads/downloads/torrents/Supernatural.S14E20.HDTV.x264-CRAVERS[ettv]"
 
ok well i got it working, but i'm having major issues with sonarr seeing where the downloaded content is

physical location on NAS is /data/downloads/torrent

i've tried mounting /downloads to /data, /data/downloads and /data/downloads/torrent

setting the "download to" folder preference in deluge to whatever it needs to place the files in the correct folder, but sonarr seems to think the location is something else - meaning you get an error when it tried to impot as it can't see the file.

sonarr, for example, thinks it needs to look in /downloads/downloads/torrent

i've tried everything combination of mount point and deluge preference but it always ends up wrong.

in transmission i just mounted "data" to /data and that doesn't have any problems
Hi chenks, can you tell me how you got past the first issue? I'm having a similar issue where it doesn't pass 0% and tracker status says connection timed out.
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Similar threads

sure, Inside the docker, you have the containers tab If you select the container when it's turned off...
Replies
4
Views
6,789
  • Question
well done. you should be able to map them just fine that in the end you did.
Replies
7
Views
4,013
  • Question
Just testing it with following compose file. The only thing I had to change is the download folder in...
Replies
1
Views
6,165
is there some way to disable the password prompt? i can live without it
Replies
5
Views
3,827
This ssh-hacking, it's not for me. Feel a bit like the 70's or something if you ask me.. :)
Replies
4
Views
4,618
Thanks... I tried something similar with rsync. The docker volume lived in...
Replies
7
Views
412
I can’t find any option to restore just the settings. 1710356648 Phew, managed to fix it. Within the...
Replies
4
Views
475

Welcome to SynoForum.com!

SynoForum.com is an unofficial Synology forum for NAS owners and enthusiasts.

Registration is free, easy and fast!

Trending threads

Back
Top