Everything posted by activ
-
[Support] activ - TransmissionVPN
You have specified a folder that will map to the data folder inside the container, whatever is in there will be available in the container including subfolders. Easiest is to create subfolder in the folder you used and select those in transmission.
-
[Support] activ - TransmissionVPN
All of what you want is easily done. I don't use a watch folder myself, but do use an incomplete folder. I've added a folder data to the container below which I've made sub folders for complete and incomplete. I find that easier than adding lots of folder separately.
-
[Support] activ - TransmissionVPN
Hmm, weird. If you know your way around the cli you could try and connect to the cli inside the container and check connectivity.
-
[Support] activ - TransmissionVPN
It does seem fine at first glance. Could you try downloading something like Ubuntu or something? Maybe the tracker is blocking vpn's. Also: I've had cases where this happened with very new torrents, just leaving it and checking after a few hours solved it.
-
[Support] activ- flexget
I don't want to add any extra weight to this. There isn't even a real Transmission install in there, only the RPC connecting to another docker that has the actual Transmission. What you could do to sort of for mine is have a docker file where the FROM points to mine. That way you only need to add your specific stuff and each time you build my latest version is used as source.
-
[Support] activ- flexget
I like that the remote brings the entire gui to the client. I was not able to find something like that for Deluge (client needs to run on OSX)
-
[Support] activ- flexget
Ah, so rar is the main thing here. My preference is Transmission almost entirely because of Transmission remote. Are you using it on Unraid? (Trying to determine the amount of work this is going to cause).
-
[Support] activ- flexget
Don't know about rar, but for deluge it might make more sense to use: http://lime-technology.com/forum/index.php?topic=45812.0 Or is there a specific reason you want bot Transmission and Deluge?
-
[Support] activ - TransmissionVPN
UPNP is not required when used with a VPN (as no ports have to be opened). Sounds like a nice setup. I an thinking I'll go with full Unifi, otherwise it would annoy the blip out of me that not all features in the controller software are available to me. I hate greyed out menu items (a bit ocd, I know).
-
[Support] activ - TransmissionVPN
Hey. First of all I can confirm that no portforwarding is needed. Is it just connection to the internet that is not working? Can you access the web interface normally? Are you sure the vpn is working? What I usually do to troubleshoot is a. Check the logs. b. log into it as if it's a normal machine and see if I can figure out what the issue is inside docker. It might also help to know that another IP is used inside the container which is then translated by docker (but when using a vpn into the container IS the local address for the vpn) p.s. How do you like the Edgerouter? I'm thinking of getting some UBNT stuff too.
-
[Support] activ - TransmissionVPN
Just checked my log and I see no error about watch, might be because I'm not using the watch folder option. I'm using Transmission remote to feed manually and Flexget for automated stuff. You'r welcome, glad you find it useful.
-
[Support] activ - TransmissionVPN
I think squids probably right about it being a mapping issues. Don't really understand what you did with a variable to solve this, but glad it helps. I have a mapping called /mnt and that works fine.
-
[Support] activ- flexget
Hey, I'm pretty sure the normal update process work in docker, but to make it easier I just triggered a new build.
-
[Support] activ - TransmissionVPN
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.
-
[Support] activ - TransmissionVPN
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.
-
[Support] activ - TransmissionVPN
Don't worry about it. We all started sometime.
-
[Support] activ - TransmissionVPN
Would probably have been better to leave the post, now the thread has gone weird. Anyway, glad you got it sorted out.
-
[Support] activ - TransmissionVPN
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.
-
[Support] activ - TransmissionVPN
The settings file should be in your appdata share under activ-transmissionvpn. I personally like using transmission remote on my Mac to control transmission.
-
[Support] activ- flexget
If you set the container variable named WEB_PASSWD to whatever you want (but within what flexget will accept) that should be your password.
-
[Support] activ - TransmissionVPN
Updated it this morning.
-
[Support] activ- flexget
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-flexget in the activ repo. Application: Flexget - http://flexget.com Docker Hub: https://hub.docker.com/r/activ/arch-flexget GitHub: https://github.com/activ/arch-flexget Credit: I am using the base image made by Binhex, so most of the work was done by him.
-
[Support] activ - TransmissionVPN
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.
-
[Support] binhex - get_iplayer
Hah, I did not know that. Thanks
-
[Support] binhex - get_iplayer
Hey Binhex: Is this something that's in your base image? I was thinking I'd build in the option to use a proxy in some other images, but if it's in your base I won't need to.