openrepo icon indicating copy to clipboard operation
openrepo copied to clipboard

Running OpenRepo not on root.

Open romw314 opened this issue 11 months ago • 0 comments

I have an apache httpd container which has a (working) reverse proxy (ProxyPass and ProxyPassReverse) from urls on /openrepo to the openrepo nginx container. But the web ui tries to load a script from an absolute path (/assets/index.e87b220d.js) and it does not work. Nginx can be configured to always add missing trailing slashes and then load ./assets/.... Maybe this can be configured in vite.config.ts.

romw314 avatar Jan 13 '25 15:01 romw314