-
Notifications
You must be signed in to change notification settings - Fork 616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work behind proxy after last couple of commit #50
Comments
Hi @utestinc. Thank you for reporting the issue and sorry for the inconvenience. The If it works for you we can maybe think of a way to configure the base at container runtime (e.g. by introducing a new env variable
I hope this helps. |
Hi @kwk, If I get time I may look into adding runtime config as you mentioned, something like docker-registry-ui project. |
I tried the alternate I also had to modify It isn’t clear to me how to introduce |
Since #53 has been fixed, everything seems to be working in my fork. @kwk, if you can suggest how to introduce |
@bpholt Please check to see how all the other |
I still couldn't get a /ui/ prefix to work behind my haproxy load balancer, even using @bpholt's image. Every endpoint call would return the index file for some reason. I ended up just virtual hosting it on a separate domain from my registry, and it seems to work fine. Then to reduce my hops, I linked it directly to my registry like this:
But, I'd still like to find a more elegant solution than a separate subdomain if possible. |
I strongly favor your ENV_BASE_HREF solution, if that would fix our woes. Vhosting the app is silly, as it it should never be needed, only wanted |
Looks like inclusion of base href "/" broke it, so it can't be mounted as /fe/ on docker registry node
thanks!
The text was updated successfully, but these errors were encountered: