fix: mention that you need to install OnlyOffice first #74

Merged
decentral1se merged 2 commits from ineiti/nextcloud:readme_onlyoffice into main 2026-03-18 08:26:20 +00:00

View File

@ -25,15 +25,21 @@ Fully automated luxury Nextcloud via docker-swarm.
### Onlyoffice Integration
First install onlyoffice following the instructions in the
decentral1se marked this conversation as resolved Outdated

Doesn't that need to be the full repository link?

[OnlyOffice](https://git.coopcloud.tech/coop-cloud/onlyoffice)

Doesn't that need to be the full repository link? `[OnlyOffice](https://git.coopcloud.tech/coop-cloud/onlyoffice)`

I thought about the https://recipes.coopcloud.tech base URL, so I added that one now. But if you think the git.coopcloud.tech is more appropriate, I'll change it to that one.

I thought about the https://recipes.coopcloud.tech base URL, so I added that one now. But if you think the git.coopcloud.tech is more appropriate, I'll change it to that one.
[OnlyOffice Recipe](https://recipes.coopcloud.tech/onlyoffice), and enable
the JWT secret.
`abra app config <app-name>`
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 <app-name> onlyoffice_jwt v1 <jwt_secret>`
* `abra app cmd <app-name> app install_onlyoffice`