Open bekraupov opened 6 days ago
Hi, this should be a configuration you have to do on you registries, see the documentation about CORS here : https://github.com/Joxit/docker-registry-ui?tab=readme-ov-file#using-cors You an also check the FAQ with the long list of linked issues
You should do the add-header
in front of your registries and not the UI
hi,
we have few internal registries we would like to expose using this registry UI.
below are the values we are setting:
and we dont have "registry option enabled" (so running just UI).
UI is opening up, but when we try to access it, I can see we are getting CORS error in network tab (in Chrome):
What's the way out? I have tried to manually update nginx default.conf with "add-header" commands but no luck.