You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On most default installation the server.conf location is /etc/openvpn. The openvpn-ui code requires hardwired a /config/server.conf directory in controllers/ovconfig.go.
This should be parametrized so default installation will become supported.
The location of the client.conf might also be a parameter.
The text was updated successfully, but these errors were encountered:
Hi @thomas2108 it is known issue.
It is preconfigured this way historically, as I used subdir config for server and client config files separation decades ago.
Planned to change it eventually in the ver 1.0 to announce important configuration change between the major versions, as it will demand to adjust all the servers running its config trees with config subdirectories.
I'll think on it, maybe will add some automation in backend to move all the files smoothly, or just announce it, so humans will aware of the changes.
So, Mr. @thomas2108 it seems I forced to change this default configuration, as there is demand from other users as well :D
I'll try to do it and rebuild all the containers accordingly.
Cheers.
On most default installation the server.conf location is /etc/openvpn. The openvpn-ui code requires hardwired a /config/server.conf directory in controllers/ovconfig.go.
This should be parametrized so default installation will become supported.
The location of the client.conf might also be a parameter.
The text was updated successfully, but these errors were encountered: