46 lines
882 B
Markdown
46 lines
882 B
Markdown
BigBlueButton
|
|
=============
|
|
|
|
# Big Blue Button
|
|
|
|
https://github.com/bigbluebutton/docker/
|
|
|
|
### Nextcloud Konfiguration anpassen:
|
|
|
|
```
|
|
abra app config <nextcloud_domain>
|
|
BBB_URL=https://talk.example.org/bigbluebutton/
|
|
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
|
|
`./conf/dialplan_public`
|
|
`./conf/sip_profiles`
|
|
im .env noch: `SIP_IP_ALLOWLIST`, `WELCOME_FOOTER`
|
|
|
|
### Networking
|
|
|
|
https://docs.bigbluebutton.org/admin/configure-firewall.html
|
|
|
|
### 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/
|