update nextcloud setup to bbb docs
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
28828b8480
commit
825cdcfa23
2 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
@ -36,3 +44,4 @@ vim .env
|
|||
docker-compose up -d
|
||||
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue