BigBlueButton monitoring script
Go to file
2020-11-29 17:55:43 +01:00
.idea add main.py; Dockerfile: build dependencies; TZ 2020-11-29 15:39:11 +01:00
data init 2020-11-25 19:35:39 +01:00
plot plot data 2020-11-28 21:11:21 +01:00
secret init 2020-11-25 19:35:39 +01:00
src/langfingaz add debug method 2020-11-29 17:55:43 +01:00
.gitignore add main.py; Dockerfile: build dependencies; TZ 2020-11-29 15:39:11 +01:00
docker-compose.yml minor 2020-11-29 16:33:16 +01:00
Dockerfile add debug method 2020-11-29 17:55:43 +01:00
LICENSE add license and credits 2020-11-25 21:52:51 +01:00
README.md add license and credits 2020-11-25 21:52:51 +01:00
requirements.txt add main.py; Dockerfile: build dependencies; TZ 2020-11-29 15:39:11 +01:00

README

Thanks to Bernd Wurst who inspired this project with his gist on github:

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 secret/url.txt
  • API-secret inside secret/secret.txt

run

docker-compose build
docker-compose up