snagles / docker-registry-manager

Web front end for managing multiple private docker registries
Apache License 2.0
366 stars 58 forks source link

being behind a reverse proxy breaks things #190

Open fireba11 opened 5 years ago

fireba11 commented 5 years ago

trying to list repositories only gets 404 behind a reverse-proxy ... can help debug further if it helps :-)

alexanderadam commented 5 years ago

Are you sure that it's the registry manager which returns the 404?

Because I'm not the maintainer but I'm using it behind a reverse proxy as well and it worked flawless so far. So maybe the the problem is rather the configuration of your reverse proxy?

fireba11 commented 5 years ago

If i try to view the tags I get an URL like https://docker-registry-manager.domain.com/registries/nexus%20releases/repositories/builder%2Fgit-make/tags note the %2F, that is a /, if i replace it the URL works ...

Arano-kai commented 4 years ago

Hit same issue on apache reverse proxy and resolved by AllowEncodedSlashes On directive.