BigBlueButton monitoring script
Go to file
2020-11-25 21:31:52 +01:00
.idea init 2020-11-25 19:35:39 +01:00
data init 2020-11-25 19:35:39 +01:00
secret init 2020-11-25 19:35:39 +01:00
src fix: no stdout visible inside docker -> use unbuffered mode; use alpine version of python base image 2020-11-25 19:59:43 +01:00
.gitignore init 2020-11-25 19:35:39 +01:00
docker-compose.yml fix: no stdout visible inside docker -> use unbuffered mode; use alpine version of python base image 2020-11-25 19:59:43 +01:00
Dockerfile fix: no stdout visible inside docker -> use unbuffered mode; use alpine version of python base image 2020-11-25 19:59:43 +01:00
README.md Update 'README.md' 2020-11-25 21:31:52 +01:00
requirements.txt init 2020-11-25 19:35:39 +01:00

README

setup

Execute bbb-conf --secret on your server.

This gives you your API-secret, the URL at which BigBlueButton is running at.

Save these two values in the first line of the following files:

  • URL inside secrets/url.txt
  • API-secret inside secret/secret.txt

run

docker-compose build
docker-compose up