-
-
Notifications
You must be signed in to change notification settings - Fork 349
Closed
Description
hi there, i am running your registry ui wich is supposed to use my private registry.
so i am running this: joxit/docker-registry-ui:latest with these environment variables:
REGISTRY_TITLE=asdfasdf
SIGNLE_REGISTRY=true
REGISTRY_URL=https://dockerregistry.beta.url.com
the registry needs pw/user authentification (via htaccess) it also has in the nginx configuration:
add_header 'Access-Control-Allow-Origin' '*'
add_header 'Access-Control-Allow-Credentials' 'true'
add_header 'Access-Control-Allow-Headers' 'Authorization, Accept, Cache-Control'
add_header 'Access-Control-Allow-Methods' 'HEAD, GET, OPTIONS'
i sadly still get the Access-Control-Allow-Origin error:
accessing this in the browser totally works:
https://dockerregistry.beta.url.com/v2/_catalog?n=100000
what am i doing wrong here? any help would be great!!
Thanks a lot!
Metadata
Metadata
Assignees
Labels
No labels