Replies: 2 comments
|
I don't think mounting the current Web UI under a path prefix is supported as-is. There are two root-relative parts in the current code:
So a plain reverse proxy at The reliable workaround is to expose it at |
0 replies
|
Following |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have difficulty running the webui via reverse proxy behind some path (e.g. https://reverseproxyaddr.com/upbrr)
The webUI seems to link the css/js files via absolute paths e.g.:
href="/assets/index-BLbQdymX.css"
and this of course doesn't work if there's some extra path.
Any ideas how to circumvent this, or is it not possible in the current version?
All reactions