docker icon indicating copy to clipboard operation
docker copied to clipboard

Docker files for BigBlueButton

Results 141 docker issues
Sort by recently updated
recently updated
newest added

Hi Unfortunately from 2 Oct all recording with out any errors capture but donot publish when check them there is nothing and no process from them just in /bigbluebutton/recording/raw create...

The workaround in this doc https://github.com/bigbluebutton/docker/blob/develop/docs/behind-nat.md is outdated or doesn't work. What I've done to make it work: 1. The variable EXTERNAL_IPv4 in .env should be the private ip of...

- Fresh installation Ubuntu Server 20.04.5 - Port forwading in router 80, 443, 16384-32768 - Install docker ``` git clone --recurse-submodules https://github.com/bigbluebutton/docker.git bbb-docker cd bbb-docker git checkout main ./scripts/setup ```...

At a customer, today I had to use an LDAP base with a space. This is currently unsupported as: * `scripts/generate-compose` does not support unquoted values with spaces * docker-compose...

hi, I want to allow cors, I know by adding "add_header Access-Control-Allow-Origin *;" to nginx I can allow it and I don't want to use external web server option; I...

Our Debian server has ~120 GB disk usage where we had a usage size of less than 20GB at first after the installation and the first usage of BBB (We...

Hello, after I enter the http://10.7.7.1, the browser always redirect me to https://10.7.7.1. Then I click on 'Start' button to start a meeting and I see page with error: "Unauthorized...

Hi, I have tried to use [this documentation](https://github.com/bigbluebutton/docker#install) to run bbb with docker on a new server. But after `Total time: 5 hrs 10 mins 58.162 secs` I can seen...

Recently ran scripts/upgrade and then the newer scripts/upgrade-and-build script which ran without issue *except* that I had to apply the fix described in #226 to get MediaSoup to build (I...

After upgrading to version 2.4 I have got the new functionality, however the localization strings are missing for new buttons: ![image](https://user-images.githubusercontent.com/3730149/155031220-d82b22e4-5dc4-4991-803d-c130561dd963.png) ![image](https://user-images.githubusercontent.com/3730149/155031244-a70b7186-a80f-44bf-b52c-55557fa1aaaf.png) ![image](https://user-images.githubusercontent.com/3730149/155031262-788c7e42-53fe-4fc4-ae7a-4c70ec3e3fb0.png) I guess this is some front-end compilation...