Jones Magloire

Results 249 comments of Jones Magloire

Hi there, I hope you are doing well It's been over 6 years now, I don't think this will be merged one day so I'm closing this PR and will...

Hello, thank you for using my project. Please read the documentation about [CORS](https://github.com/Joxit/docker-registry-ui#using-cors) > If your docker registry need credentials, you will need to send these HEADERS (you must add...

Hi @sorcerb okay, so this one is in the FAQ > - Why OPTIONS (aka preflight requests) and DELETE fails with 401 status code (using Basic Auth) ? > -...

The line `add_header 'Access-Control-Allow-Origin' 'https://dockerregistry.beta.url.com'` was inspired from your first post, I was supposing you were configuring your own nginx server ? As I said last time you should read...

Hi @gergaly , please refer to the [`Access-Control-Allow-Origin` documentation](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin#sect1) > For requests without credentials, the literal value "*" can be specified as a wildcard; the value tells browsers to allow...

Hi, thank you for using my project and submitting issues! It's my fault, there was a typo in the README, checkout https://github.com/Joxit/docker-registry-ui/pull/329 The headers should be `REGISTRY_HTTP_HEADERS_Access-Control-Allow-Origin` and `REGISTRY_HTTP_HEADERS_Access-Control-Allow-Credentials` I...

I will need : Screenshot of your browser's console + network showing the headers of the request

Did you tried `REGISTRY_SECURED` option? This is a configuration issue for sure, just need to found where... Can I see the headers of the response? Your registry and ui are...

Hi there, could you pull the latest main tag and try if it works now? The sha should be [3414d7b](https://github.com/Joxit/docker-registry-ui/commit/3414d7b5173fe6fd5d18f9bb3bc5522b3582cffd)

Hi, sorry I was talking about the latest `main` tag, not the `latest` tag :sweat_smile: Like you `docker pull joxit/docker-registry-ui:main` then use it as usual