Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 493 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 493 Bytes

jitsi meet

preview image

More images

How to apply

Mount welcome.html file to /usr/share/jitsi-meet/static/welcomePageAdditionalContent.html to inject html file which includes style and script that modify layout.

In docker-compose.yml, try

services:
  jitsi-web:
    ...
    volumes:
      ...
      - ./welcome.html:/usr/share/jitsi-meet/static/welcomePageAdditionalContent.html
  ...