Scott Ueland

Results 4 issues of Scott Ueland

If you're wondering which of the 220+ forks in this repository are worth looking at, here are the ones that have commits ahead of adamwalach/openvpn-web-ui. Also, if you're looking for...

Can anyone enlighten me on what the build/pack.sh script does? I'm including it below: ``` #!/bin/bash set -e time docker run \ -v "$PWD/../":/go/src/github.com/bnhf/openvpn-tap-external-web-ui \ --rm \ -w /usr/src/myapp \...

Though this project still functions for the most part, there have been a number of important changes in OpenVPN and EasyRSA since it was last updated in 2017. In early...

Seems like a good plan to me to make the conf directory mappable (through volume binding in Docker). This would allow advanced users to edit the app.conf (Beego web framework...

enhancement