openvpn-ui icon indicating copy to clipboard operation
openvpn-ui copied to clipboard

Use an existing Docker Compose installation

Open FelipeAscensio opened this issue 1 year ago • 1 comments

I want to use docker-compose just ui for an openvpn installation that is locally in my environment

I'm trying like this:

services: openvpn-ui: container_name: openvpn-ui image: d3vilh/openvpn-ui:latest environment: - OPENVPN_ADMIN_USERNAME=admin - OPENVPN_ADMIN_PASSWORD=gagaZush privileged: true ports: - "8080:8080/tcp" volumes: - /etc/openvpn:/etc/openvpn - ./db:/opt/openvpn-ui/db - /etc/openvpn/easy-rsa/pki:/usr/share/easy-rsa/pki - /var/run/docker.sock:/var/run/docker.sock:ro restart: always

however it does not consider the installation files

FelipeAscensio avatar Jul 29 '24 21:07 FelipeAscensio

Hi, i'm also interested on how this can be setup to use an existing openvpn server with existing users. My current installation was done using webmin and the plugin now generates client config file with unsupported parameters!

bdonfouet avatar Aug 16 '24 09:08 bdonfouet