Docker-jitsi-meet: How do you change the logo?

Created on 9 Feb 2020  路  7Comments  路  Source: jitsi/docker-jitsi-meet

https://github.com/jitsi/jitsi-meet/issues/797

I can't find any of the html or css files after installing via docker

Most helpful comment

You can create a new volume in docker-compose.yml for the png.

volumes:
- .....
- .......
- /home/user/watermark.png:/usr/share/jitsi-meet/images/watermark.png

And recreate the containers.

Put the png in /home/user/watermark.png and that's it!

All 7 comments

Modifying interface_config.js didn't change anything. Even after
docker-compose up -d --force-recreate

You need to change the interface_config.js in the $CONFIG directory.

how you do it?

Oops, I was wrong. You need to replace the /usr/share/jitsi-meet/images/watermark.png file in the web container.

thanks also found in my home folder the hidden $CONFIG directory, for help configuring further people

You can create a new volume in docker-compose.yml for the png.

volumes:
- .....
- .......
- /home/user/watermark.png:/usr/share/jitsi-meet/images/watermark.png

And recreate the containers.

Put the png in /home/user/watermark.png and that's it!

thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

serban-mihai picture serban-mihai  路  13Comments

badsmoke picture badsmoke  路  5Comments

albe picture albe  路  9Comments

mrWodoo picture mrWodoo  路  5Comments

ErrorInPersona picture ErrorInPersona  路  3Comments