Open fireba11 opened 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?
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 ...
Hit same issue on apache reverse proxy and resolved by AllowEncodedSlashes On
directive.
trying to list repositories only gets 404 behind a reverse-proxy ... can help debug further if it helps :-)