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
v1.4.3-0-g69f0cf6
I wanted to run a zot thatlistened on localhost and also on an existing IP address. It seems there is no way to accomplish that.
You can do:
address: ""
But you can't list a set of interfaces or ip to listen on.
http: #address: "10.0.0.2" address: "" port: 5000 realm: zot auth: htpasswd: path: htpasswd.txt log: level: debug audit: logs/audit.log output: logs/zot.log storage: rootdirectory: storage
No response
Maybe there is a common way to do this , but I'm missing it. This could just be 'user' error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
zot version
v1.4.3-0-g69f0cf6
Describe the bug
I wanted to run a zot thatlistened on localhost and also on an existing IP address.
It seems there is no way to accomplish that.
You can do:
address: ""
(this is quite non-obvious, not documented and does not have this behavior if you leave 'address' out entirely).But you can't list a set of interfaces or ip to listen on.
To reproduce
Expected behavior
No response
Screenshots
No response
Additional context
Maybe there is a common way to do this , but I'm missing it. This could just be 'user' error.
The text was updated successfully, but these errors were encountered: