update nextcloud setup to bbb docs
continuous-integration/drone/push Build is failing Details

main
Moritz 2022-12-06 15:18:05 +01:00
parent 28828b8480
commit 825cdcfa23
2 changed files with 10 additions and 2 deletions

View File

@ -5,6 +5,14 @@ bbb
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
@ -35,4 +43,5 @@ vim .env
./scripts/generate-compose
docker-compose up -d
```
```

View File

@ -12,7 +12,6 @@ abra app deploy <servername_onlyoffice>
```
abra app config <nextcloud_domain>
SECRET_JWT_SECRET_VERSION=v1
ONLYOFFICE_URL=https://<servername_onlyoffice>
abra app secret insert <nextcloud_domain> onlyoffice_jwt v1 <jwt_secret>
abra app cmd <nextcloud_domain> app install_onlyoffice