chore: clean bbb docs

main
Philipp Rothmann 2022-12-20 16:03:43 +01:00
parent deeb3e148d
commit 607a602df4
2 changed files with 21 additions and 23 deletions

View File

@ -2,5 +2,6 @@ nav:
- Basis: index.md
- Single-Sign-On: authentik.md
- Tools:
- BigBlueButton: bigbluebutton.md
- TODO:
- ...

View File

@ -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 <nextcloud_domain>
@ -14,7 +30,6 @@ abra app secret insert <nextcloud_domain> bbb_secret v1 <bbb_secret>
abra app cmd <nextcloud_domain> 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/)