Open spantaleev opened 1 year ago
I'm overriding the /usr/share/jitsi-meet/base.html file of the web container with one that looks like this:
/usr/share/jitsi-meet/base.html
web
<base href="/jitsi/" />
I'm also passing PUBLIC_URL=https://SOME_DOMAIN/jitsi/ as an environment variable.
PUBLIC_URL=https://SOME_DOMAIN/jitsi/
When the meeting ends, I'm redirected to https://SOME_DOMAIN/, not to https://SOME_DOMAIN/jitsi/ as expected.
https://SOME_DOMAIN/
https://SOME_DOMAIN/jitsi/
Patches are welcome, we don't really support subpath deployments very well.
I'm overriding the
/usr/share/jitsi-meet/base.html
file of theweb
container with one that looks like this: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 tohttps://SOME_DOMAIN/jitsi/
as expected.