I have jitsi running with docker. How would I modify the jitsi welcome page to reflect banners? I am looking at the .jitsi-meet-cfg/web directory and I see a config.js file. Would this be where I would make a change? Would it reflect in the container after the container is restarted?
I was redirected here from the github admin. One of the administrators mentioned rebuilding the image.
How exactly do I do this? I saw other references mentioning a body.html file and others mentioning .css file. What is the correct way?
Also, how is modifying the welcome page accomplished with kubernetes?
a faster way will be to override the images with images of the same file name and extension.
For example if after doing an inspect and i realised they are using a file called welcome.png, I will go create mine and upload into the same folder it was taken from so that it just replaces it
I think you’re confusing the Docker image with image assets in Jitsi. The OP is talking about making changes in their Docker deployment, which demands that they rebuild the Docker image (deployment). What you’re referencing though is changing the image assets in your private Jitsi deployment.