diff --git a/docs/installation/.pages b/docs/installation/.pages index 1274181..21c5cd3 100644 --- a/docs/installation/.pages +++ b/docs/installation/.pages @@ -2,5 +2,6 @@ nav: - Basis: index.md - Single-Sign-On: authentik.md - Tools: + - BigBlueButton: bigbluebutton.md - TODO: - ... \ No newline at end of file diff --git a/docs/installation/bigbluebutton.md b/docs/installation/bigbluebutton.md index 4348b7c..cb57ae9 100644 --- a/docs/installation/bigbluebutton.md +++ b/docs/installation/bigbluebutton.md @@ -3,9 +3,25 @@ BigBlueButton # Big Blue Button -https://github.com/bigbluebutton/docker/ +## Installation -### Nextcloud Konfiguration anpassen: +Wir verwenden das [BBB Docker](https://github.com/bigbluebutton/docker/) Setup. + +``` +git clone --recurse-submodules https://github.com/bigbluebutton/docker.git bbb-docker +cd bbb-docker +git checkout develop +./scripts/setup +nano .env +./scripts/generate-compose +docker-compose up -d +``` + +### Admin Account erstellen + +`docker-compose exec greenlight bundle exec rake admin:create` + +### Nextcloud App Konfiguration anpassen: ``` abra app config @@ -14,7 +30,6 @@ abra app secret insert bbb_secret v1 abra app cmd app install_bbb ``` - ### Telefoneinwahl Account mit Rufnummer bei https://app.sipgate.com @@ -22,25 +37,7 @@ Account mit Rufnummer bei https://app.sipgate.com `./conf/sip_profiles` im .env noch: `SIP_IP_ALLOWLIST`, `WELCOME_FOOTER` -### Networking -https://docs.bigbluebutton.org/admin/configure-firewall.html +## weitere Ressourcen -### docker setup - -https://github.com/bigbluebutton/docker -https://docs.bigbluebutton.org/admin/configure-firewall.html - - ---- -changing smth: -``` -vim .env -./scripts/generate-compose -docker-compose up -d -``` - - -### Bandbreiten Rechner - -https://bbb-hilfe.de/bandbreitenrechner-fuer-bigbluebutton/ +* [Bandbreiten Rechner](https://bbb-hilfe.de/bandbreitenrechner-fuer-bigbluebutton/)