docker-registry-ui icon indicating copy to clipboard operation
docker-registry-ui copied to clipboard

Basic authentication

Open 605adi opened this issue 3 years ago • 1 comments

I want my private registry to use username and password when using from browser. So i have followed exactly the same Steps defined in examples directory :-

https://github.com/Joxit/docker-registry-ui/tree/main/examples/proxy-headers

I could able to get the signin page but not able to login

what is the Username and password. Thanks

605adi avatar Aug 30 '22 05:08 605adi

You created /etc/nginx.env with NGINX_PROXY_HEADER_Authorization=Basic cmVnaXN0cnk6dWk=? Then according to the example your username is registry, and password is ui

faust64 avatar Aug 31 '22 17:08 faust64

That's right, the username is registry and the password is ui as written in the README

Joxit avatar Sep 18 '22 18:09 Joxit

Hi, I close this issue due to inactivity.

Joxit avatar Oct 21 '22 19:10 Joxit