From 825cdcfa23236477f0a5365fbbbf2b1b2a11887a Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 6 Dec 2022 15:18:05 +0100 Subject: [PATCH] update nextcloud setup to bbb docs --- docs/installation/bigbluebutton.md | 11 ++++++++++- docs/installation/onlyoffice.md | 1 - 2 files changed, 10 insertions(+), 2 deletions(-) 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