Everything posted by activ
-
[Support] binhex - Couchpotato
Hey, I was wondering if it's possible to have this use the privoxy in one of your vpn dockers. Any experience with that?
-
[Support] activ - TransmissionVPN
You mean you would set a variable selecting Transmission or Rutorrent etc? I'm not sure how that would work, the way I see it Dockers need to be as light weight as they can. Installing three pieces of software and then using only one isn't really light weight. Also, what would the advantage be? The way it is now you can run one of them or all of them at the same time as you want. A big wish for me is to have the Openvpn and torrent dockers seperated so you don't need to run the vpn several times, but I highly doubt I'll be able to do that and not break compatibility with the Unraid UI.
-
[Support] binhex - General
Thanks, did the housekeeping and updates the image to include your changes. Should also be in CA soon. I had to go for a newer repo as the fixed date one got me an old version of Transmission I didn't want and I didn't like the idea of grabbing an installer from some random place. So this seemed like the cleanest solution. I've actually also been thinking about creating a more efficient vpn setup where one openvpn docker can serve multiple other dockers running things like Transmission and Sabnzbd, but I think that would probably end up being something that is not compatible with the Unraid UI.
-
[Support] activ - TransmissionVPN
Update februari 2018: I no longer have the possibility to keep supporting this docker. If anyone wants to take over please feel free, grab my stuff from GitHub and make your own. I will leave the current state online, because I know people are using it. Overview: Support for Docker image arch-transmissionvpn in the activ repo. Application: Transmission - https://www.transmissionbt.com/ Docker Hub: https://hub.docker.com/r/activ/arch-transmissionvpn GitHub: https://github.com/activ/docker-templates Credit: Most of the work was done by Binhex making the arch-rtorrentvpn image, I just messed with his work and replaced rtorrent by Transmission.
-
[Support] binhex - General
Okay, for people reading this: The dockerhub link is now public and it is: https://hub.docker.com/r/activ/arch-transmissionvpn/ And for easy use in Unraid: https://github.com/activ/docker-templates
-
[Support] binhex - General
Okay, so I did in fact make a transmissionvpn docker based on the rutorrent one. I can make de repo public, but only if Binhex wants me to as I only modified his stuff. (Just let me know what you want Binhex)
-
[Support] binhex - General
It takes a lot of work to change to have a different app inside the Docker. I took DelugeVPN and forked it and it spent about 2 days adding Flexget to it. Lots of testing to make sure everything works. I only did it to make my setup the way it needed it. Activ learn how use Dockers and exchange Deluge for Transmission yourself. Sent from my XT1563 using Tapatalk Okay, didn't think it was that much work. No worries, I'll do it myself.
-
[Support] binhex - General
What is wrong with deluge and rtorrent? Nothing, I just prefer Transmission
-
[Support] binhex - General
Hi Binhex, I really like the vpn dockers you have made, but could you also do one with Transmission? so pretty much like rTorrentVPN, but with Transmission instead of rTorrent. Thanks, activ
-
[Support] binhex - DelugeVPN
Update: Think I found the cause of the problem. The $VPN_CONFIG variable contains: /config/openvpn/nl2.nordvpn.com.udp1194.ovpn /config/openvpn/._nl2.nordvpn.com.udp1194.ovpn That does not seems right to me. Shouldn't it be: /config/openvpn/nl2.nordvpn.com.udp1194.ovpn ? Update 2: Further inspection reveals that there are in fact two two file in that folder and removing the one with ._ in front fixes the problem. But I'm not sure why that file is there or what it's for. Anyone know what it is and if removal is safe?
-
[Support] binhex - DelugeVPN
I'm having a tricky problem, the vpn won't connect when the script tries to start it. The error that I get is: 2016-04-09 13:51:51,894 DEBG 'start-script' stdout output: Options error: In [CMD-LINE]:1: Error opening configuration file: /config/openvpn/nl2.nordvpn.com.udp1194.ovpn /config/openvpn/._nl2.nordvpn.com.udp1194.ovpn Use --help for more information. If I manually start openvpn using /usr/bin/openvpn --cd /config/openvpn --config "/config/openvpn/nl2.nordvpn.com.udp1194.ovpn" --mute-replay-warnings --keepalive 10 60 it works fine. Any ideas ? Thanks, activ