|
|
|
@ -12,3 +12,4 @@ In theory this will support any VPN that uses openvpn and a basic auth file.
|
|
|
|
|
* credentials: we link a credential file into the container at build time, add your credentials to this file `deps/creds.x` and they will be |
|
|
|
|
copied in when you build the image. this should be a two lined file, first being your username, second your password. you can link this file |
|
|
|
|
in at runtime as well, just mount it to `/creds.x`. |
|
|
|
|
* running: execute `make build_web` to build the container and `make run` to run the container with the proper run commands. |
|
|
|
|