[Support] Clowrym's Docker Repository


clowrym

Recommended Posts

there's lots of different providers, but PIA is the only one that will work with the automatic port forwarding
Then I'm staying with PIA until you change providers lol. They got bought out but so far works good and I only use them for downloading torrents honestly.

Sent from my Pixel 2 XL using Tapatalk

Link to comment
  • 2 weeks later...

I keep getting this errors with the docker container using different endpoints. someone else having the same problem? this is the Transmission_VPN

 

ErrorWarningSystemArrayLogin


Using OpenVPN provider: PIA
Starting OpenVPN using config Switzerland.ovpn
Setting OPENVPN credentials...
adding route to local network 172.16.0.0/16 via 172.19.0.1 dev eth0
RTNETLINK answers: Operation not permitted
Sat Aug 29 23:35:26 2020 OpenVPN 2.4.7 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on May 27 2020
Sat Aug 29 23:35:26 2020 library versions: OpenSSL 1.1.1c 28 May 2019, LZO 2.10
Sat Aug 29 23:35:26 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Sat Aug 29 23:35:26 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]156.146.62.193:1198
Sat Aug 29 23:35:26 2020 UDP link local: (not bound)
Sat Aug 29 23:35:26 2020 UDP link remote: [AF_INET]156.146.62.193:1198
Sat Aug 29 23:35:27 2020 [89f39eae813c93f5f74ee3d2bf886b01] Peer Connection Initiated with [AF_INET]156.146.62.193:1198
Sat Aug 29 23:35:28 2020 ERROR: Cannot open TUN/TAP dev /dev/net/tun: No such file or directory (errno=2)
Sat Aug 29 23:35:28 2020 Exiting due to fatal error
 

Link to comment
  • 2 weeks later...

Hey @clowrym, firstly thanks so much for running the repository. I had a question about the transmission_vpn docker app that I'm struggling to find answers to -- can you help?

 

The share folder /mnt/user/T_Media/Torrent/ is mapped to /mnt/user/T_Media/Torrent/ in the docker and the path is labelled "Download:", with the description "Container Path: /mnt/user/T_Media/Torrent/". Why is this necessary when there's already a "Download:" path that maps /mnt/user/T_Media/Torrent/ to /downloads in the container?
 

 

Link to comment
On 9/16/2020 at 8:56 AM, kjkent said:

Hey @clowrym, firstly thanks so much for running the repository. I had a question about the transmission_vpn docker app that I'm struggling to find answers to -- can you help?

 

The share folder /mnt/user/T_Media/Torrent/ is mapped to /mnt/user/T_Media/Torrent/ in the docker and the path is labelled "Download:", with the description "Container Path: /mnt/user/T_Media/Torrent/". Why is this necessary when there's already a "Download:" path that maps /mnt/user/T_Media/Torrent/ to /downloads in the container?
 

 

I think he might have his reasons as the template updates with that every now and then. I just run with it and don't bother, this is what i have just in case.

 

image.thumb.png.f43e4f22ac0d92b1475dd73795d1d88c.png

Link to comment
  • 2 weeks later...
On 9/30/2020 at 6:49 PM, Arbadacarba said:

RE: Transmission_VPN

 

I've looked through this thread, and can't seem to find an answer:

 

Is there a way to use transmission remote with the docker?

 

Arbadacarba

Sure, I use Transmitter addon with Firefox and Transmission Remote on Android. I only use the remotes on local network, but connected to my network through OpenVPN the remotes work fine wherever I am obviously.

  • Like 1
Link to comment
On 9/30/2020 at 6:49 PM, Arbadacarba said:

RE: Transmission_VPN

 

I've looked through this thread, and can't seem to find an answer:

 

Is there a way to use transmission remote with the docker?

 

Arbadacarba

Maybe use something like nginx proxy manager to pass through to it. Assuming you have static IP and a domain of course. 

  • Like 1
Link to comment

if you want to use something outside your local network, you have to it add the network below. I've always connected to my home through a VPN and made sure to add whatever VPN network details to this line. in the beginning adding to this line didnt work, although i've read its supposed to now, so i use the script below and run it every hour incase docker updates, or restarts. Hopefully this helps!

 

On another note, reading Haugene - Docker Transmission Depreciation Warning, there are changes coming to this docker.

 

image.thumb.png.9c41c69a92ca32259f56819a6646bdb2.png

 

#!/bin/bash
echo adding 10.1.0.0/24 LAN_NETWORK
docker exec Transmission_VPN /bin/sh -c "/sbin/ip r a 10.1.0.0/24 via 172.17.0.1 dev eth0"
echo Netowrk added
echo adding 10.253.0.0/24 LAN_NETWORK
docker exec Transmission_VPN /bin/sh -c "/sbin/ip r a 10.253.0.0/24 via 172.17.0.1 dev eth0"
echo Netowrk added
exit

Another option would be to switch to a different UI ALTERNATIVE WEB UI'S . This is my current use, as some of the alternate UI's are very close to Transmission remote!!

I connect to my server with wireguard from my phone, or laptop, or whatever i have at the time!!

you can do this by adding the following variable:

 

image.png.a980b292296e20738199621ea026cbf7.png

Edited by clowrym
added alt UI's
  • Like 1
Link to comment
  • 3 weeks later...

Is anyone else having issues reaching the WEB UI.  Not sure what happened the docker has been working for Months and last week it stopped working.  I don't know where to begin.   I see this in the container log 

 

Setting OPENVPN credentials...
adding route to local network 192.168.86.0/24 via 192.168.86.1 dev eth0
RTNETLINK answers: File exists

 

when I attempt to access the interface I get ERR_CONNECTION_REFUSED

 

Any help would be appreciated.

 

thank you

Link to comment

No just using the stable version.  Tried the DEV version still same problem.  ERR_CONNECTION_REFUSED

 

Using OpenVPN provider: PIA
Starting OpenVPN using config Switzerland.ovpn
Setting OPENVPN credentials...
adding route to local network 192.168.86.0/24 via 192.168.86.1 dev eth0
RTNETLINK answers: File exists
Tue Oct 27 20:40:47 2020 OpenVPN 2.4.7 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on May 27 2020
Tue Oct 27 20:40:47 2020 library versions: OpenSSL 1.1.1c 28 May 2019, LZO 2.10
Tue Oct 27 20:40:47 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Tue Oct 27 20:40:47 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]212.102.36.166:1198
Tue Oct 27 20:40:47 2020 UDP link local: (not bound)
Tue Oct 27 20:40:47 2020 UDP link remote: [AF_INET]212.102.36.166:1198

 

 

Are there other logs I should be checking out to see what is going on?

Link to comment
5 hours ago, ED209 said:

No just using the stable version.  Tried the DEV version still same problem.  ERR_CONNECTION_REFUSED

 

Using OpenVPN provider: PIA
Starting OpenVPN using config Switzerland.ovpn
Setting OPENVPN credentials...
adding route to local network 192.168.86.0/24 via 192.168.86.1 dev eth0
RTNETLINK answers: File exists
Tue Oct 27 20:40:47 2020 OpenVPN 2.4.7 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on May 27 2020
Tue Oct 27 20:40:47 2020 library versions: OpenSSL 1.1.1c 28 May 2019, LZO 2.10
Tue Oct 27 20:40:47 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Tue Oct 27 20:40:47 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]212.102.36.166:1198
Tue Oct 27 20:40:47 2020 UDP link local: (not bound)
Tue Oct 27 20:40:47 2020 UDP link remote: [AF_INET]212.102.36.166:1198

 

 

Are there other logs I should be checking out to see what is going on?

same problem right here. I'm assuming the vpn gateway hasn't been changed to the new one and some of the tunnels are getting worked on.

 

Link to comment
On 10/27/2020 at 10:31 AM, homek said:

Would it be possible to add some sort of an socks proxy or ssh server to be able to also use the VPN connection to route other trafic through that docker? Such as another computer on the same network?

Thanks for any advice on how to achieve that.

The docker has tiny proxy built in. Just add the port to make it visible and you are set. This are my settings whenever I search for torrents using Jackett. Warning a proxy might still do dns leaks, because you are still using your house dns server, but for my usage it's okay. 

 

image.thumb.png.35f6aebcd114098579c07932e039ccd2.pngimage.thumb.png.8a1ca17d5f82dd57c8e21e7fb0d1ac55.png

 

 

Reference :

 

https://haugene.github.io/docker-transmission-openvpn/arguments/#web_proxy_configuration_options

image.png

Link to comment
On 10/30/2020 at 2:31 PM, clowrym said:

V3 is out

 

maybe you have to do some configuration changes? 

Thanks for the great support always in this docker container. Was having issues and forced update to get the next gen configs. Working good. 

 

For the V3 changes, does that mean I can remove all the custom settings I had like blocklists, idle seeding limit?

 

I like the option you are including for adding you own .ovpn, although i don't know how to do that yet, but it doesn't bother me cause I use PIA same as you.

Link to comment
On 10/30/2020 at 11:38 PM, Mechman293homelab said:

Thanks for the work around. I too am having the "Connection Refused" issue on the latest update.

Do you happen to be using a custom docker network (e.g. custom : proxynet), like with LetsEncrypt instead of the default "bridge"? This is the reason why the network does not come up properly with 3.0. I have tinkered around with this some more and choosing Network type = Bridge allows the docker to start-up correctly with a network.

 

I don't have a solution to this if I want the Docker to be on the correct network for external access...

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.