docker icon indicating copy to clipboard operation
docker copied to clipboard

How to customize bigbluebutton files & config?

Open mahdidev70 opened this issue 1 year ago • 8 comments

Is there any way to customize bigbluebutton files and config? I want to change something that is not in .env file

mahdidev70 avatar Aug 01 '24 23:08 mahdidev70

please specify your customize needs.

ben-ba avatar Aug 05 '24 07:08 ben-ba

@ben-ba for example i want to change these files: /usr/share/meteor/bundle/programs/server/assets/app/config/settings.yml /var/www/bigbluebutton/client/conf/config.xml /opt/freeswitch/etc/freeswitch/autoload_configs/conference.conf.xml /usr/share/meteor/bundle/programs/web.browser/head.html /opt/freeswitch/etc/freeswitch/autoload_configs/acl.conf.xml /opt/freeswitch/conf/sip_profiles

mahdidev70 avatar Aug 05 '24 07:08 mahdidev70

I join the question. Need to disable comfort noise in /opt/freeswitch/conf/autoload_configs/conference.conf.xml for example.

ZAZmaster avatar Aug 21 '24 12:08 ZAZmaster

See the configuration files

https://docs.bigbluebutton.org/administration/configuration-files/

which describes how to override the files so that package updates do not overwrite your customizations.

ffdixon avatar Aug 22 '24 10:08 ffdixon

@ffdixon My issue is about changing those files in docker structure. I don't know which container included those files and what is the best practice to change in docker?

mahdidev70 avatar Aug 23 '24 21:08 mahdidev70

I'm not familiar with the docker setup (I handle the packaging for installation on Ubuntu).

ffdixon avatar Aug 24 '24 13:08 ffdixon

+1 would love to be able to change the frontend bbb-html5.yml without doing so manually inside the container where it will be overridden on update. It doesn't seem possible with the current setup, but I think it could be done by updating the docker compose template to mount a docker volume or (seemingly more in keeping with the current set-up) a local directory to the override configuration directory at /etc/bigbluebutton, similar to how the sip.conf files are mounted from local directory

gabeos avatar Sep 05 '24 02:09 gabeos

has anyone able to figure out, what files from the docker containers need to be modified for customizations? This documentation is good when the setup is non-containerized. https://bigbluebutton.github.io/admin/customize.html Any clue or suggestions would be helpful.

deepakitkar avatar Jul 11 '25 14:07 deepakitkar