pachadotdev / jitsi-droplet

GNU Affero General Public License v3.0
23 stars 5 forks source link

No Branding?? #5

Open ravenOSS opened 4 years ago

ravenOSS commented 4 years ago

Issue: I would not expect to have to pay for an installation that only displays Jitsi branding. There is no configuration available for even basic company branding for the company paying for the platform instance.

Solution: Allow configuration of pages substituting most Jitsi references with company name.

Comment: Marketplace description needs to be expanded to explain limitations.

See Issues 3 & 4

danielhjames commented 4 years ago

@ravenOSS this is already available, you just have to change one Javascript file after installation.

countrymusicfy commented 4 years ago

which javascript file needs to be changed and where is the location?

danielhjames commented 4 years ago

Hi @buddhatunes it's interface_config.js and it is likely to be in the /usr/share/jitsi-meet/ directory. The format is easy to read, please see https://github.com/jitsi/jitsi-meet/blob/master/interface_config.js

quantodaniel commented 4 years ago

Would be great to have brandingDataUrl whitelisted and easily control backgroundColor, backgroundImageUrl, logoClickUrl and logoImageUrl.