docker-jitsi-meet
docker-jitsi-meet copied to clipboard
When hosting under a subpath, ending the meeting redirects to the base domain without subpath
I'm overriding the /usr/share/jitsi-meet/base.html file of the web container with one that looks like this:
<base href="/jitsi/" />
I'm also passing PUBLIC_URL=https://SOME_DOMAIN/jitsi/ as an environment variable.
When the meeting ends, I'm redirected to https://SOME_DOMAIN/, not to https://SOME_DOMAIN/jitsi/ as expected.
Patches are welcome, we don't really support subpath deployments very well.