-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[...] Error handling desperately needed #30
Comments
The proposed docker compose files are also in need of work. Edit: These can be fixed by trimming quotes and single quotes from both ends of the env variables when used. |
It's also highly recommended to never share 'files' through docker bindings...because most docker installations will create them as directories. |
Another issue is the specific hardcoding of |
I don't see a way to specify the |
There's a lot of assumption in the scripts and it tends to break a lot of things. If someone doesn't set
TRUST_SUB
orGUEST_SUB
for example (because they may not want that stuff) it just breaks the server. Depending upon the UI is a bit broken considering it won't run so that the UI can manage to create PKI but the UI can't manage the PKI without the server running. The dockers are also not set up to re-use folders cleanly. Not sure why EasyRSA is involved...OpenSSL works just fine and is required by OpenVPN. Error handling for the UI...same thing. There are no... || exit ...
-style exits for the UI to display ("error code randomnumber" is unhelpful considering there's no way to lookup numbers...) and you pretty much have to go trouncing through the scripts to find out why something may have failed.The text was updated successfully, but these errors were encountered: