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

Add the ability to easily customize the application (name and logo) #1957

Open bsautel opened 4 weeks ago

bsautel commented 4 weeks ago

Add 2 environment variables to configure the application name (APP_NAME) and the logo url (LOGO_URL).

LOGO_URL requires the logo to be served by the web server, so in the case this variable is defined I made the $CONFIG/web/custom-images/ directory accessible from the web server thanks to a symbolic link. For instance, for a logo located in the $CONFIG/web/custom-images/ directory, the LOGO_URL variable must be defined to images/custom-images/logo.svg.

I wrote the associated documentation here, I'll submit a PR to the handbook when this one is merged.