From e4b3bc4f22d9b15dc86e62529788721c5b3c7cec Mon Sep 17 00:00:00 2001 From: Linus Gasser Date: Sun, 15 Mar 2026 20:41:38 +0100 Subject: [PATCH 1/2] fix: mention that you need to install OnlyOffice first --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7478cd6..058e862 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,20 @@ Fully automated luxury Nextcloud via docker-swarm. ### Onlyoffice Integration +First install onlyoffice following the instructions in the [OnlyOffice Recipe](/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` -- 2.49.0 From a2395c63995c21da0f617178a9ce0787ac0f7a82 Mon Sep 17 00:00:00 2001 From: Linus Gasser Date: Tue, 17 Mar 2026 22:24:37 +0100 Subject: [PATCH 2/2] @decentral1se comment --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 058e862..32fc964 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ Fully automated luxury Nextcloud via docker-swarm. ### Onlyoffice Integration -First install onlyoffice following the instructions in the [OnlyOffice Recipe](/onlyoffice), and enable +First install onlyoffice following the instructions in the +[OnlyOffice Recipe](https://recipes.coopcloud.tech/onlyoffice), and enable the JWT secret. `abra app config ` -- 2.49.0