February 18, 20188 yr is there a trick to get CP to work with Binhex-deluge ? It will not connect! It will however use backhole but then i lose automation... It doesnt connect and says check logs, which are empty... I have tried: localhost:8112 127.0.0.1:8112 192.168.2.4:8112 Edited February 18, 20188 yr by pyrater
February 18, 20188 yr is there a trick to get CP to work with Binhex-deluge ? It will not connect! It will however use backhole but then i lose automation... It doesnt connect and says check logs, which are empty... I have tried: localhost:8112 127.0.0.1:8112 192.168.2.4:8112 Post 154 of this thread.Sent from my LG-H815 using Tapatalk
February 18, 20188 yr sadly that didnt fix it.Then either you didn't do it right or there's something different about your setup. Need to post some more info like docker run command for deluge and couchpotatoSent from my LG-H815 using Tapatalk
February 18, 20188 yr how can i view the docker run command? I normally just let the webgui do it. Edited February 18, 20188 yr by pyrater
February 18, 20188 yr how can i view the docker run command?Link in my signatureSent from my LG-H815 using Tapatalk
February 18, 20188 yr Just now, CHBMB said: Link in my signature Sent from my LG-H815 using Tapatalk your signature is Sent from my LG-H815 using Tapatalk
February 18, 20188 yr 3 minutes ago, Halvliter said: Not sure what post 154 (on mobile) is, but did you try port 58846? that gives an instant connection failed whereas the "good ip" takes forever to not work lol Edited February 18, 20188 yr by pyrater
February 18, 20188 yr On 5/4/2016 at 1:18 AM, Wob76 said: Found my problem, I had enabled a Proxy Server in CP at some point, via Privoxy in another docker. Disabling that fixed my issue. this is post 154
February 18, 20188 yr Deluge runcmd root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-delugevpn' --net='bridge' --privileged=true -e TZ="America/Chicago" -e HOST_OS="unRAID" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='xxxxxxx' -e 'VPN_PASS'='xxxxxxx' -e 'VPN_PROV'='pia' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='no' -e 'LAN_NETWORK'='192.168.2.0/24' -e 'NAME_SERVERS'='209.222.18.222,37.235.1.174,8.8.8.8,209.222.18.218,37.235.1.177,8.8.4.4' -e 'DEBUG'='false' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -p '8112:8112/tcp' -p '58846:58846/tcp' -p '58946:58946/tcp' -p '58946:58946/udp' -p '8118:8118/tcp' -v '/mnt/user/Downloading/':'/data':'rw' -v '/mnt/user':'/unraid':'rw' -v '/mnt/user/dockers/binhex-delugevpn':'/config':'rw' 'binhex/arch-delugevpn' 010f00bbe6c6457c923364c484eec4415354336df6a4ff92e7915728c11de25b AND IFCONFIG [root@010f00bbe6c6 /]# ifconfig eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 172.17.0.8 netmask 255.255.0.0 broadcast 0.0.0.0 ether 02:42:ac:11:00:08 txqueuelen 0 (Ethernet) RX packets 1487 bytes 1099117 (1.0 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 1019 bytes 541224 (528.5 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 loop txqueuelen 1000 (Local Loopback) RX packets 639 bytes 167655 (163.7 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 639 bytes 167655 (163.7 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1500 inet xx.x.xx.xx netmask 255.255.255.255 destination xx.x.xx.x unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 100 (UNSPEC) RX packets 32 bytes 3050 (2.9 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 237 bytes 34661 (33.8 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 Edited February 18, 20188 yr by pyrater
February 18, 20188 yr CP RunCMD root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='couchpotato' --net='bridge' --privileged=true -e TZ="America/Chicago" -e HOST_OS="unRAID" -e 'PUID'='99' -e 'PGID'='100' -p '5050:5050/tcp' -v '/mnt/user/Downloading/':'/downloads':'rw' -v '/mnt/user/Data/Movies/':'/movies':'rw' -v '/mnt/user':'/unraid':'rw' -v '/mnt/user/Downloading/':'/data':'rw' -v '/mnt/user/dockers/couchpotato':'/config':'rw' 'linuxserver/couchpotato' 05b44fde914c33cebbe1eff70677b2c58386c7f32aa8ab364756001901f676f3The command finished successfully! root@05b44fde914c:/app/couchpotato$ ifconfig eth0 Link encap:Ethernet HWaddr 02:42:AC:11:00:07 inet addr:172.17.0.7 Bcast:0.0.0.0 Mask:255.255.0.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:434 errors:0 dropped:0 overruns:0 frame:0 TX packets:270 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:215147 (210.1 KiB) TX bytes:279251 (272.7 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Edited February 18, 20188 yr by pyrater
February 18, 20188 yr 28 minutes ago, CHBMB said: Post 154 of this thread. Hmm.. Post #'s only appear in tapatalk, and I'm not in the mood to start at page 1 and count
February 18, 20188 yr 3 minutes ago, Squid said: Hmm.. Post #'s only appear in tapatalk, and I'm not in the mood to start at page 1 and count I counted it (25 posts per page) and quoted above. its the post about disabling Privoxy. Which in my case didnt help. Edited February 18, 20188 yr by pyrater
February 18, 20188 yr 1 minute ago, pyrater said: I counted it I admire your persistence... Personally, I would've given him crap. Oh wait, I did
February 18, 20188 yr 16 minutes ago, pyrater said: I counted it (25 posts per page) and quoted above. its the post about disabling Privoxy. Which in my case didnt help. It's nothing to do with disabling privoxy. It's this post.
March 2, 20188 yr What I would like to do is make movies downloaded with Couchpotato download to /mnt/user/Downloads/incomplete and when finished move to /mnt/user/Downloads/filmer, where CP will find them and process them, and link to /mnt/user/Media/Filmer/ In other words I want all movies downloaded to a seperate movie-directory in /mnt/user/Downloads/, away from the general downloads that Deluge does. And is it possible to seed torrents AFTER Couchpotato has moved the movies to the library, so that the cache is cleared?
March 14, 20188 yr On 3/2/2018 at 4:06 PM, Halvliter said: What I would like to do is make movies downloaded with Couchpotato download to /mnt/user/Downloads/incomplete and when finished move to /mnt/user/Downloads/filmer, where CP will find them and process them, and link to /mnt/user/Media/Filmer/ In other words I want all movies downloaded to a seperate movie-directory in /mnt/user/Downloads/, away from the general downloads that Deluge does. And is it possible to seed torrents AFTER Couchpotato has moved the movies to the library, so that the cache is cleared? If you are using the link method when processing files on Couchpotato, yes, they will continue to see after being processed and moved. As for the first part of your question, you will need to figure out how to do that with your downloading client.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.