switnet-ltd / quick-jibri-installer

Bash installer for Jitsi Meet along with Jibri on *buntu LTS based systems | Documentation Available at the Wiki
GNU General Public License v3.0
104 stars 63 forks source link

Issue with Configuration #84

Closed nightstryke closed 2 years ago

nightstryke commented 2 years ago

For some reason the quick installer doesn't allow for customization of Jitsi like changing the watermark, favicon, and background image on the index page of Jitsi-meet or any settings in the app.bundle.js or the interface_config.js or even the main config.js

Either I'm doing something wrong or the Quick Installer is flawed.

Ark74 commented 2 years ago

Both interface_config.js and config.js are on /etc/jitsi/meet/ That is done to preserve changes when updates are applied, find the files there and make the according changes.

About the index page we don't modify nothing there, so you might want to double check your changes. Regards.