docker
docker copied to clipboard
Docker files for BigBlueButton
In a regular installation, we can edit turn-stun-servers.xml to include multiple turn servers. Example below. How can we do this with this docker version? ``` /usr/share/bbb-web/WEB-INF/classes/spring/turn-stun-servers.xml ... ... ```
How can I enable the webcam mirroring on the docker? I can't find any options like that when generating the docker-compose file.
Hi, I need to enable the dctation for close captions, mut the button remain disabled. I've looked for a configuration file to enable it but I cannot find it. In...
I install bbb docker follow "Integration into an existing web server" instruct. https://github.com/bigbluebutton/docker/blob/develop/docs/existing-web-server.md my custom domain is bbb.huy.vn which setup in "C:\Windows\System32\drivers\etc" hosts file to redirect to my my server...
Is it possible to use existing certificates for HTTPS similarly to how it works with the bbb-install script? Looking at the code I couldn't find anything, either way I think...
I ran through the setup on ubuntu 22 with docker v25.0.3 / compose v2.3.3 installed. Result is: ``` $ docker compose up -d WARN[0000] The "ENABLE_RECORDING" variable is not set....
Fix broken link to firewall config
When I run `docker compose up`, at first everything looks like it would be going well, but then, after like 10-15secs, multiple containers stop at once with the error: `MongoServerSelectionError:...
following #306 this implements a way for an instant dev setup with auto reloading for the html5 server/client 🙂 See instructions: https://github.com/bigbluebutton/docker/blob/dev-mode/docs/development.md
Hello, i tried to deploy BBB with your manual here in Docker on a Linux V-Server with Ubuntu 22.04.2 LTS, Ubuntu Pro and Plesk Obsidian with 6 AMD Epyc 7452-Cores,...