May 5, 201610 yr 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. Edited February 4, 20188 yr by activ
May 5, 201610 yr It would be really cool if we could code DelugeVPN so that when you install the container, if by setting a Environment Variable to the various torrent types, that the code could adjust to the desired torrent app.
May 6, 201610 yr Author 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.
June 4, 201610 yr Author Thanks, I didn't think of doing that. Will do it when I do an update for something else too, don't want everyone getting an update notification just because I added a url.
June 4, 201610 yr Thanks, I didn't think of doing that. Will do it when I do an update for something else too, don't want everyone getting an update notification just because I added a url. Updating a template won't trigger an update available for the container Sent from my SM-T560NU using Tapatalk
June 4, 201610 yr Thanks, I didn't think of doing that. Will do it when I do an update for something else too, don't want everyone getting an update notification just because I added a url. Updating a template won't trigger an update available for the container Sent from my SM-T560NU using Tapatalk Updated templates only appear to users right? Wasn't there talk about making a way to push out a updated template file to existing users also?
June 4, 201610 yr Thanks, I didn't think of doing that. Will do it when I do an update for something else too, don't want everyone getting an update notification just because I added a url. Updating a template won't trigger an update available for the container Sent from my SM-T560NU using Tapatalk Updated templates only appear to users right? Wasn't there talk about making a way to push out a updated template file to existing users also? Templates currently only affects CA or adding a container. There has been some talk about that, but AFAIK nothing has ever come of it (and any changes included in a template update can be easily implemented by a user anyways since its pretty much only environment variables, etc)
June 24, 201610 yr Where can I change the number of concurrent downloads? Right now it is limited to 5 and I can't seem to find the settings.json file.
June 24, 201610 yr Author The settings file should be in your appdata share under activ-transmissionvpn. I personally like using transmission remote on my Mac to control transmission.
June 25, 201610 yr Author Are you installing on Unraid? Using my repo or another way? I guess you need to correct some stuff if you are running the command manually some stugg I notice in the command you pasted: Where it says: VPN_PROV="pia|airvpn|custom" you will need to choose one. WHITELIST="192.168.*.*" Should be changed to reflect your setup (WHITELIST="10.*.*.*") VPN_USER="vpn username" -e VPN_PASS="vpn password" need to be set I specifically think the pipe sign in VPN_PROV is causing your issue.
June 25, 201610 yr i was using your repo, i have deleted my origional post because i realised what the problem was (i didnt see that i could change the input on advanced view, im new to unRAID and docker). I have it sorted now, thanks anyway.
June 25, 201610 yr Author Would probably have been better to leave the post, now the thread has gone weird. Anyway, glad you got it sorted out.
June 25, 201610 yr you are probably right, i was just hoping to get it deleted before anyone had to waste any time on my stupidity!
July 6, 201610 yr I'm having trouble with this docker. I've set the /config folder path similar to other dockers on a cache drive, but for some reason everytime I restart the docker it resets all my settings. What am I doing wrong?
July 6, 201610 yr Author I actualy had that issues too, it seems to be a weird transmission bug thing. I just did the settings in the config in the file and left it at that.
August 4, 20169 yr I've got this up and running (thanks!) and it will import .torrents from the interface, but Sonarr (also in a docker container) is asking for a username/password combination and refusing to connect when I try to add it as a download client. Any ideas why this is happening?
August 4, 20169 yr I had the same problem and I think I had to change Whitelist to *.*.*.* in the docker container advance view so it wouldn't block other applications.
August 5, 20169 yr Author Just in case anyone else runs into this: Docker uses another IP range inside the container. If you don't want to allow all IP's just whitelist your LAN and the docker internal range.
August 5, 20169 yr I didn't know that, thanks. I added my lan 192.168.1.* and docker 172.17.42.* to the white list and Sonarr connected.
September 9, 20169 yr I found a bug. When I would try to add a new torrent it would tell me that /downloads did not exist. I had set /data to my downloads directory so it should work. I fixed it by creating a variable /downloads and setting it to my downloads directory. Doesn't sound like a bug. Sounds more like volume mappings not matching between your various containers. This might shed some light: http://lime-technology.com/forum/index.php?topic=40937.msg488507#msg488507
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.