Git Product home page Git Product logo

Comments (13)

haugene avatar haugene commented on August 21, 2024

Hey, you caught me sitting here geeking a bit anyways so I updated it now.
Pushed the changes to the dev branch. Could you try to pull and run the dev-image (haugene/transmission-openvpn:dev) to verify that it works with the new config? Let me know and I'll merge the changes into the main image.

from docker-transmission-openvpn.

snakefox666 avatar snakefox666 commented on August 21, 2024

Wowww that's fast :-)
For sure I will try and let you know asap.
Thanks !!
Le ven. 1 avr. 2016 à 19:19, Kristian Haugene [email protected] a
écrit :

Hey, you caught me sitting here geeking a bit anyways so I updated it now.
Have pushed the changes to the dev branch. After the dev build has
succeeded, you should be good to go:
https://hub.docker.com/r/haugene/transmission-openvpn/builds/

Could you try to pull and run the dev-image
(haugene/transmission-openvpn:dev) to verify that it works with the new
config? Let me know and I'll merge the changes into the main image.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#57 (comment)

from docker-transmission-openvpn.

snakefox666 avatar snakefox666 commented on August 21, 2024

Hello,
I tried the dev container but I have the following :

403: Forbidden

Unauthorized IP Address.

Either disable the IP address whitelist or add your address to it.

If you're editing settings.json, see the 'rpc-whitelist' and
'rpc-whitelist-enabled' entries.

If you're still using ACLs, use a whitelist instead. See the
transmission-daemon manpage for details

I think it's not a big deal but do you have an idea ?

Le ven. 1 avr. 2016 à 19:50, [So!ide-Sn@ke] [email protected] a
écrit :

Wowww that's fast :-)
For sure I will try and let you know asap.
Thanks !!
Le ven. 1 avr. 2016 à 19:19, Kristian Haugene [email protected]
a écrit :

Hey, you caught me sitting here geeking a bit anyways so I updated it
now. Have pushed the changes to the dev branch. After the dev build has
succeeded, you should be good to go:
https://hub.docker.com/r/haugene/transmission-openvpn/builds/

Could you try to pull and run the dev-image
(haugene/transmission-openvpn:dev) to verify that it works with the new
config? Let me know and I'll merge the changes into the main image.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#57 (comment)

from docker-transmission-openvpn.

haugene avatar haugene commented on August 21, 2024

Hmm, so this error is from Transmission. The fact that Transmission has started should indicate that the new .ovpn config is working as it should. Have you turned on whitelisting as the error says?

By default whitelisting is disabled by the container: https://github.com/haugene/docker-transmission-openvpn/blob/master/Dockerfile#L79

You can see your settings.json file in "transmission-home" folder under your storage mount directory. Be aware that changes you make to it will not be read by transmission while it's running.

If the issue doesn't resolve, please attach container startup-logs and settings.json here...

from docker-transmission-openvpn.

haugene avatar haugene commented on August 21, 2024

Merged this to master now. If anyone encounters any problems they can open a new issue and use the 1.7 tag while we fix it.

from docker-transmission-openvpn.

snakefox666 avatar snakefox666 commented on August 21, 2024

Sorry,

But I don't have Time to test the dev branch :(

Promise I Will test stable when I'll have Time.

Anyway thx for your quick fix,

Rgs,
Le mar. 5 avr. 2016 à 18:48, Kristian Haugene [email protected] a
écrit :

Closed #57
#57.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#57 (comment)

from docker-transmission-openvpn.

haugene avatar haugene commented on August 21, 2024

No problem. Just let me know when you have tested :) Would be good to know that it still works!

from docker-transmission-openvpn.

snakefox666 avatar snakefox666 commented on August 21, 2024

Hello,

for the moment it still works fine but I don't know how to check if I'm
using the new frootvpn setup :-)
I will check that when I will have time...
Just another stupid question, each time I need to add in the resolv.conf of
the container the DNS of google because otherwise there is not DNS
resolution, but after each reboot I loose it, is there any way to fix it ?
Thanks a lot for your help.
Rgds.

Le mar. 5 avr. 2016 à 19:08, Kristian Haugene [email protected] a
écrit :

No problem. Just let me know when you have tested :) Would be good to know
that it still works!


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#57 (comment)

from docker-transmission-openvpn.

haugene avatar haugene commented on August 21, 2024

Well to make sure you're running with the new configuration you'll need to stop and remove your container. Run docker pull haugene/transmission-openvpn and then start the container again using docker run ....

As for the DNS, see the Known Issues of the README. But for a regular server setup, just add "--dns 8.8.8.8 --dns 8.8.4.4" to your docker run .... If you're on a NAS of some sort you should read the comments on the "Synology NAS" issue. You can create a resolv.conf outside your container and mount it as a volume, once again, in the docker run ... command. See the README and the Synology issue, you'll probably figure it out from there.

from docker-transmission-openvpn.

haugene avatar haugene commented on August 21, 2024

Relating to Froot, I've now added configs for france, canada and the US. It's available on the dev branch along with some other config changes. If you're using the dev tag you should be able to set OPENVPN_CONFIG=us.openvpn.frootvpn and so on to use other configs. If it's not set it will still default to sweden.

If you have the time and want to check that everything works before I merge it to master, that would be great :)

from docker-transmission-openvpn.

snakefox666 avatar snakefox666 commented on August 21, 2024

I will try to download the dev branch and test but last time the dev was
not working on my side, don't ask me why :)
Latest is working perfectly fine, anyway I will try to test again the dev
branch...

Le mer. 27 avr. 2016 à 23:33, Kristian Haugene [email protected] a
écrit :

Relating to Froot, I've now added configs for france, canada and the US.
It's available on the dev branch along with some other config changes. If
you're using the dev tag you should be able to set
OPENVPN_CONFIG=us.openvpn.frootvpn and so on to use other configs. If
it's not set it will still default to sweden.

If you have the time and want to check that everything works before I
merge it to master, that would be great :)


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#57 (comment)

from docker-transmission-openvpn.

snakefox666 avatar snakefox666 commented on August 21, 2024

Hehe I confirm that is working fine with the dev branch, by default country
code "SE" and with the OPENVPN_CONFIG=us.openvpn.frootvpn country code = US
:D

Le jeu. 28 avr. 2016 à 10:41, [So!ide-Sn@ke] [email protected] a
écrit :

I will try to download the dev branch and test but last time the dev was
not working on my side, don't ask me why :)
Latest is working perfectly fine, anyway I will try to test again the dev
branch...

Le mer. 27 avr. 2016 à 23:33, Kristian Haugene [email protected]
a écrit :

Relating to Froot, I've now added configs for france, canada and the US.
It's available on the dev branch along with some other config changes. If
you're using the dev tag you should be able to set
OPENVPN_CONFIG=us.openvpn.frootvpn and so on to use other configs. If
it's not set it will still default to sweden.

If you have the time and want to check that everything works before I
merge it to master, that would be great :)


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#57 (comment)

from docker-transmission-openvpn.

haugene avatar haugene commented on August 21, 2024

Great 👍 Thanks!

from docker-transmission-openvpn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.