Closed Houiin closed 6 months ago
Hi @Houiin,
Apologise for the delay (replied finally :)
Interesting bug, UI trying to create temporary client config file, but $OPENVPN/config/client.conf
is missed in your setup.
You could try to create this file on your host server in /etc/openvpn/server/config/client.conf
and it should work fine.
mkdir -p /etc/openvpn/server/config && touch /etc/openvpn/server/config/client.conf
In this case file path is already part of first volume from your docker-compose.yml
, so no changes is needed in docker-compose file.
You could go with the latest versions of openvpn-server
and openvpn-ui
images from the DockerHub, where this problem was fixed.
Thank you :)
OS: LXC Debian12 (and running docker in LXC)
Hi,
I use docker compose to deploy
openvpn-ui
standalone because I already installed an OpenVPN Server (https://github.com/Nyr/openvpn-install)When I try to access
/ov/clientconfig
(Click the top menu: Configuration --> OpenVPN Client), I got errors and the webpage is empty.Here is my
docker-compose.yml
Hope for your reply, Regards. :)