diff --git a/README.md b/README.md index 7478cd6..32fc964 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,21 @@ Fully automated luxury Nextcloud via docker-swarm. ### Onlyoffice Integration +First install onlyoffice following the instructions in the +[OnlyOffice Recipe](https://recipes.coopcloud.tech/onlyoffice), and enable +the JWT secret. + `abra app config ` -Configure the following envs: +Configure the following envs with the URL of the onlyoffice service: ``` COMPOSE_FILE="$COMPOSE_FILE:compose.apps.yml" ONLYOFFICE_URL=https://onlyoffice.example.com SECRET_ONLYOFFICE_JWT_VERSION=v1 ``` +Then set the onlyoffice JWT secret from the onlyoffice installation: + * `abra app secret insert onlyoffice_jwt v1 ` * `abra app cmd app install_onlyoffice`