binhex / arch-delugevpn

Docker build script for Arch Linux base with Deluge, Privoxy and OpenVPN
GNU General Public License v3.0
690 stars 112 forks source link

download folder incorrect #222

Open partymike opened 3 years ago

partymike commented 3 years ago

Hi, I'm running the tag:

binhex/arch-delugevpn:latest

with the volume set to:

/share/downloads/torrents/completed:/data

but the torrents are being downloaded to the internal docker image, to /home/nobody/Downloads

I can see a change made to the docker image to revert to /data but when I check the images core.conf file it shows the /home/nobody/Downloads path

Any idea why this is happening? I've changed the share now to point to /share/downloads/torrents/completed:/home/nobody/Downloads and that works as expected.

HNGamingUK commented 3 years ago

You can change the download location from within the deluge webui image

All you should have to do is change it to /data and it would work...

kboudy commented 3 years ago

I'm having this issue too. My config file specifies a custom path (/plex/downloaded), but it reverts to /home/nobody/Downloads every few days, and I can't figure out why. My temp fix is to update it in the UI (as HNGamingUK mentions above), but I have to move the files that were downloaded out of the docker container.

Have used arch-delguevpn for a long time - never experienced this issue until update to latest

gerardsyd commented 1 year ago

was there any solution to this? It has been working fine for me for months but I recreated my container and it seems to have caused the same issue again.