jitsi / docker-jitsi-meet

Jitsi Meet on Docker
https://hub.docker.com/u/jitsi/
Apache License 2.0
3.09k stars 1.37k forks source link

When hosting under a subpath, ending the meeting redirects to the base domain without subpath #1514

Open spantaleev opened 1 year ago

spantaleev commented 1 year ago

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.

saghul commented 1 year ago

Patches are welcome, we don't really support subpath deployments very well.