Lorenzo Garuti

Results 8 issues of Lorenzo Garuti

Related issue: https://github.com/openark/orchestrator/issues/1320 ### Description Run orchestrator as non root user for security reasons (Docker best practices). On local environment orchestrator starts up normally and the orchestrator process is run...

Run orchestrator as non root user for security reasons (Docker best practices) I will submit a pull request with the necessary changes. In short: * create a user named "docker"...

Moved name argument to the Required arguments, fixes #1593

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

bug

I've tried to deploy both containers (openvpn and ovpn-admin) on K8s, but when ovpn-admin starts it cannot reach openvpn management on port 8989. So I've modified the configure.sh in this...

Added support for multi arch builds. To build a multi arch image use: ``` docker buildx build --pull --push --platform linux/amd64,linux/arm64 -t /openvpn:latest -f Dockerfile.openvpn . docker buildx build --pull...

Added support for traefik2