diff --git a/docs/installation/bigbluebutton.md b/docs/installation/bigbluebutton.md index f227f7a..ab25f21 100644 --- a/docs/installation/bigbluebutton.md +++ b/docs/installation/bigbluebutton.md @@ -5,6 +5,14 @@ bbb https://github.com/bigbluebutton/docker/ +### Nextcloud Konfiguration anpassen: + +``` +abra app config + BBB_URL=https://talk.example.org/bigbluebutton/ +abra app secret insert bbb_secret v1 +abra app cmd app install_bbb +``` ### Telefoneinwahl @@ -35,4 +43,5 @@ vim .env ./scripts/generate-compose docker-compose up -d -``` \ No newline at end of file +``` + diff --git a/docs/installation/onlyoffice.md b/docs/installation/onlyoffice.md index f300f32..a559eb6 100644 --- a/docs/installation/onlyoffice.md +++ b/docs/installation/onlyoffice.md @@ -12,7 +12,6 @@ abra app deploy ``` abra app config - SECRET_JWT_SECRET_VERSION=v1 ONLYOFFICE_URL=https:// abra app secret insert onlyoffice_jwt v1 abra app cmd app install_onlyoffice