How to customize bigbluebutton files & config?
Is there any way to customize bigbluebutton files and config? I want to change something that is not in .env file
please specify your customize needs.
@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
I join the question. Need to disable comfort noise in /opt/freeswitch/conf/autoload_configs/conference.conf.xml for example.
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 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?
I'm not familiar with the docker setup (I handle the packaging for installation on Ubuntu).
+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
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.