Jones Magloire

Results 249 comments of Jones Magloire

Hello, thank you for using my project :smile: Is this related to #191 #88 or #113 ? IIRC: - These lines prevent nginx buffering when push https://github.com/Joxit/docker-registry-ui/blob/8ddfb1b5ae8f22c39bc335afd9e32abd0d754c7e/nginx/default.conf#L9-L17 - This one...

Hi, thank you for using my project. I'm sorry, the original contributor of the electron example was @agrippa1994 and I did't test it with the v2.0 of the project... :confused:

Your use case is the same as #211 ?

Oh, I understand now what you want, this is a access right issue. You need to configure your registries. For example RegistryB should not have UserA in its htpasswd file...

Hello, Did you have any problems using my project? There is not the minimum system requirement to use my project...

Hi there, thank you for your issue. I tried your example and I'm facing the same issue. I think what you want to do is impossible or complicated. To know...

Hi, thank you for using my project :smile: Oh, that's strange... Did you try a mix of `NGINX_PROXY_PASS_URL` and `NGINX_PROXY_HEADERS` for your workaround ? Or you added the configuration on...

This is not possible for now. I'm working on token auth via Keycloak #167 and Keycloak supports ldap. So when this will be available, the integration with ldap server will...

I added token auth via keycloak, this will be available in 2.0.0. Can you try to sync a keycloak server with your LDAP and use the token auth described [here](https://github.com/Joxit/docker-registry-ui/tree/main/examples/token-auth-keycloak)...

What is the name of the pushed image ? ``` docker push localhost:5000/my/image:latest # OR docker push localhost/my/image:latest ```