GithubHelp home page GithubHelp logo

Comments (4)

stevepet avatar stevepet commented on May 21, 2024

AirVPN uses .ovpn files with private keys generated for each user account. Adding any of these files to the container will only work for the user that generated them. A better solution may be to add a new volume (-v) that points to a configuration directory where users can put their own .ovpn files.
The environment variables OPENVPN_USERNAME and OPENVPN_PASSWORD are also not necessary with these .ovpn files.

from docker-transmission-openvpn.

haugene avatar haugene commented on May 21, 2024

Aha, I see. Well, that can be done without any changes to the container as it is today.

To run it with a custom provider and .ovpn file just add:
-v /path/to/custom/config.ovpn:/etc/openvpn/custom/default.ovpn
and then set OPENVPN_PROVIDER=CUSTOM

You still need to set OPENVPN_USERNAME and OPENVPN_PASSWORD as the startup script will fail if they're not there. But they can both be set to "dummy" and it won't have an effect as the ovpn-config will not read them anyways.

from docker-transmission-openvpn.

stevepet avatar stevepet commented on May 21, 2024

Thanks Kristian, This worked as you described for AirVPN.

from docker-transmission-openvpn.

haugene avatar haugene commented on May 21, 2024

Glad to hear it! Instructions are provided in README and code is merged to master. Closing this.

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.