Jones Magloire

Results 249 comments of Jones Magloire

Hi there, happy new year and good news for all of you, dark mode is coming ! Please checkout https://github.com/Joxit/docker-registry-ui/pull/283, you can give me feedback if you want :smile:

My point of view changed for this PR, I think updating the label is often better than merging them by location. I will close the PR for now

Hi there, I think you missed the point of the description of the project > The **simplest** and most complete UI for your private registry The key words are simplest...

Hi, sorry IDK how works Scaleway Private Registry, without an instance I couldn't help you to troubleshot your issue

Hi, thank you for using my project. Can I have messages from your browser console ?

Hi, thank you for using my project. Could you share your browser console outputs ? Oh, if you did a migration, the 19 tags from the catalog may be the...

Hi, you must use either `REGISTRY_URL` or `NGINX_PROXY_PASS_URL` not both of them. As the configuration suggest, `NGINX_PROXY_PASS_URL` will proxy pass the requests to your registry.... Since you put an IP...

So what's https://myregistry.domain.com?

Okay, so just remove the nginx proxy pass option and it should be good for you

Hi, I'm using relative path in the project exactly for this reason. Try with `/registry/` (with dangling slash) ```yml path: /registry/ ```