Scott Ueland
Scott Ueland
Also, for my own purposes I bookmarked the repos that appear useful (some of which I've already incorporated into my code base. The name of the repo owner with their...
@cyberb My fork of this project is designed to interface with PiVPN running on the host, rather than OpenVPN running in a container. The WebUI still runs in a container....
@cyberb -- my apologies, I'm haven't had occasion to use either Syncloud or LDAP. I'm not opposed to adding LDAP, but I'd appreciate a quick education from you on what...
> Can anyone enlighten me on what the build/pack.sh script does? I'm including it below: > > ``` >#!/bin/bash > > set -e > > time docker run \ >...
So I've done some work on this, and have openvpn-web-ui functioning with an external (non-Docker) OpenVPN TAP Server. I used the PiVPN script (not on Raspberry Pi though), modified as...
Since my repo is significantly different now than this master, I decide to move it to a dedicated repository. I've left my fork in place for now -- but if...
> Me and @macnev2013, are planning to maintain the project with new feature/bug-fixes. We would be happy to adopt the project or maintain a separate fork. Please let us know...
> Hi @monty16597 Thanks for reaching out! I really like the redesigned user interface, and I'd love to see this project having a new life :) > > I think...
A few things to add here: I've been working on a version of this web-ui specifically for OpenVPN TAP servers (non-Docker, due to bridging), running on amd64 architectures -- but...
Testing it now, and it looks to be working well! I did need to rename my key and certificate files to client.key and client.crt for them to be recognized. The...