Thank you for your fast answer !!!!Deluge has more features then ru.
Not sure, never looked into that
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Thank you for your fast answer !!!!Deluge has more features then ru.
Not sure, never looked into that
Consider hat I don’t use torrents I will just suggest that having any port in docker on automatic will give you problems if you need to do anything with that port specifically. So would suggest fixing them to specific values and yes, you will have to forward those ports if you want any traffic on them.@Rusty I have two questions about Deluge:
Docker i srunning and i can see the UI. The default port is 8112, but there are 2 more ports (i guess there are for P2P). How do you have them ? Fixed ports or automatic? And one more, these ports must be forwarded on the router right ?
Thanks again, unvaluable help
docker run -d --restart=unless-stopped --net=container:nordvpn3 -v /volume1/docker/deluge/config:/config -v /volume1/docker/deluge/downloads:/downloads -e TZ=Europe/Amsterdam -e PUID=1000 -e PGID=1000 linuxserver/deluge
Same problem if you are not tunneling it?Tried Deluge, but it doesn't work.. No idea what the problem is...
View attachment 1623
Run command:
Code:docker run -d --restart=unless-stopped --net=container:nordvpn3 -v /volume1/docker/deluge/config:/config -v /volume1/docker/deluge/downloads:/downloads -e TZ=Europe/Amsterdam -e PUID=1000 -e PGID=1000 linuxserver/deluge
I prefer qBittorrent.Finally, which one is better to install on a docker ? Deluge or RuTorrent ?
i did forward the port 8080 in my router setting to access qbittorrent remotely but i could get to the web ui outside my networkI don't understand what you mean by this. From outside your local network, you can log into the DSM UI and do whatever you want with Docker. And, you can access the UI of containers running on Docker from outside the LAN as well, with port forwarding or reverse proxy. I suspect I must be misunderstanding your post somehow.
i did forward the port 8080 in my router setting to access qbittorrent remotely but i could get to the web ui outside my network
and when i forward the port do i need to put my local NAS ip or public ip ? and how can i access the web ui of qbittorrent remotely should i write NAS public ip:8080 ?
how can i connect by VPN an i have nord VPN on my NAS do you have a guid or smothing to help outIt depends on how you access QBT while on your LAN. If you use...
http://192.168.1.21:8080 to access QBT's WebUI, then you would forward port 8080 (external) to port 8080 (internal) to IP 192.168.1.21 (presumably your NAS IP if you are using Docker to run QBT).
Or... you could connect by VPN and enter the LAN IP:QBTport.
You connect to your NAS by VPN, not from your NAS. Use VPN server on NAS (or on your Synology modem, if that applies). Or... maybe I'm not understanding.how can i connect by VPN an i have nord VPN on my NAS do you have a guid or smothing to help out
I prefer qBittorrent.
I typically use my user account PUID/PGID. To grab those values, SSH into your NAS. Once logged in. enterDo I have to create some sort of service-account, find the PUID and PGID of this account and put it in the environment vars for this Docker container?
id
The WeBUI should be the local port you paired with 8080. If you're using "Auto" you'll need to look for this each time you start the container. Or use 8080 in place of "Auto". See note here.It shows its running but I don't know how to assign my vpn and also setup my web ui view.
The WeBUI should be the local port you paired with 8080. If you're using "Auto" you'll need to look for this each time you start the container. Or use 8080 in place of "Auto". See note here.
Re: VPN... I'm unsure this can be done with the linuxserver/qbittorrent image. Perhaps if you direct all NAS outbount traffic to VPN that would work (but not in the sense of a kill switch). For VPN use I chose the markusmcnugen/qbittorrentvpn image. Only qBittorrent traffic uses the VPN integral to the Docker container.
Now I need to figure out how to bring in my old torrent files so they match my downloads so I can get back to seeding.
YesIs your torrent client running with a specific user that has permissions on both folders?
If so, then you can try and map your /movies folder and...
docker create \
--name=qbittorrent --net=container:nordvpn3 \
-e PUID=1026 \
-e PGID=1000 \
-e TZ=Europe/Amsterdam \
-e UMASK_SET=022 \
-e WEBUI_PORT=8090 \
-v /volume1/docker/qbittorrent/config:/config \
-v /volume1/docker/qbittorrent/downloads:/downloads \
-v /volume1/general/movies:/gmovies \
--restart unless-stopped \
linuxserver/qbittorrent
We use essential cookies to make this site work, and optional cookies to enhance your experience.