mirror of
https://codeberg.org/langfingaz/bbb-status
synced 2024-11-21 20:23:17 +01:00
23 lines
483 B
Markdown
23 lines
483 B
Markdown
# README
|
|
|
|
Thanks to Bernd Wurst who inspired this project with his gist on github:
|
|
* https://gist.github.com/bwurst/7f94e0392c75d273a08d1e686182fc5e
|
|
|
|
## 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
|
|
```
|