We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to configure zot to use a privileged port like 80 or 443 without granting it the CAP_NET_BIND_SERVICE capability.
CAP_NET_BIND_SERVICE
Would like to configure Zot to use systemd Socket Activation.
For more information, please see:
No response
The text was updated successfully, but these errors were encountered:
@rgl thanks for filing this issue. Do you want to give a shot at a PR? https://github.com/project-zot/zot/blob/main/examples/zot.service
Sorry, something went wrong.
I can!
Just so we are on the same page, this means that I will modify the following code, OK?
https://github.com/project-zot/zot/blob/v2.0.0/pkg/api/controller.go#L145-L168
@rgl would also just add another zot.socket-service file with [Socket] directive?
@rchincha the PR is at #2186.
please be aware that I've updated the go.mod too, which I'm unsure if should be included in the PR. please advice in the PR issue.
No branches or pull requests
Is your feature request related to a problem? Please describe.
I would like to configure zot to use a privileged port like 80 or 443 without granting it the
CAP_NET_BIND_SERVICE
capability.Describe the solution you'd like
Would like to configure Zot to use systemd Socket Activation.
For more information, please see:
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: