nikko-wolf

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by nikko-wolf

  1. I have fixed the auto transferring with sonarr : I had mapped the /mnt/downloads (host) to /dowloads (in sonarr container) it should reallt be /mnt/downloads : /data Things are working rather nicely Kudos to the Rutorrwent vpn integration I struggled with building a nord VPN container and trying to link rutorrent container too it (i'll need much more docker experience)
  2. might be more of a docker permissions thing with sonarr will have to try with the binhex container and the standard linuxserver container. I know with NordVPN torrenting is harder due to lack of portforwarding.
  3. Would it make sense that the rtorrent process seems to be restarting at times? I see that the proc runningtime is 30m and had a blip of disconnectivity from the webui in 9080 I am still fighting with sonarr regarding Auto transfering of files with /mnt/downloads being the /data dir which gets me /mnt/downloads/incomplete would I be seeing them in /mnt/downloads/complete when done (so sonarr can find them ?)
  4. REally Happy with the work that has gone into this sdocker container. I was able to get the Rutorrent standard container working but needed to integrate with my VPN. I have docker running on ubuntu 18 VPN provider is Nordvpn I can get it started / running but cannot access the webui on 9080 or 9443 https://hub.docker.com/r/binhex/arch-rtorrentvpn/ Running it like : docker run -d --cap-add=NET_ADMIN -p 9080:9080 -p 9443:9443 -p 8118:8118 -p 3000:3000 --name=rtorrentvpn -v /mnt/downloads/:/data -v /mnt/config:/config -v /etc/localtime:/etc/localtime:ro -e VPN_ENABLED=yes -e VPN_USER=username -e VPN_PASS=pass -e VPN_PROV=custom -e ENABLE_PRIVOXY=yes -e ENABLE_FLOOD=yes -e ENABLE_AUTODL_IRSSI=yes -e LAN_NETWORK=192.168.0.0/16 -e NAME_SERVERS=209.222.18.222,37.235.1.174,1.1.1.1,8.8.8.8,209.222.18.218,37.235.1.177,1.0.0.1,8.8.4.4 -e DEBUG=false -e PHP_TZ=America/Toronto -e UMASK=000 -e PUID=1000 -e PGID=999 binhex/arch-rtorrentvpn I can load the Flood UI I think I can access Privoxy (Invalid header received from client. ) port 8118 it seems nginx is not running It was rightly so with Flood Enabled (D'oh) with flood no enabled it works. My bad !!