From f3ad07aeb67b968d566d4a2cab4f77d6eef42c55 Mon Sep 17 00:00:00 2001 From: Wolfgang Ginolas Date: Tue, 19 Mar 2024 16:10:11 +0100 Subject: [PATCH] Improve docker-compose comment and add entry in CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ docker-compose.yml | 5 +---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eb252beb..38fc5594b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ SPDX-FileCopyrightText: 2023 XWiki CryptPad Team and cont SPDX-License-Identifier: AGPL-3.0-or-later --> +# 5.8.0 + +## OnlyOffice + +Since version 5.8 OnlyOffice is not bundled with CryptPad anymore. You can install/update OnlyOffice by running the installation script we provide: + +```bash + ./install-onlyoffice.sh +``` + +For Docker users that want to use OnlyOffice, please read our updated [Docker installation guide](https://docs.cryptpad.org/en/admin_guide/installation.html#admin-docker-install). + # 5.7.0 ## Goals diff --git a/docker-compose.yml b/docker-compose.yml index a324a89da..aa732c696 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,10 +15,7 @@ services: - CPAD_SANDBOX_DOMAIN=https://your-sandbox-domain.com - CPAD_CONF=/cryptpad/config/config.js - # Uncomment the next line, if you want to use OnlyOffice on - # your installation. - # - # Read and accept this before doing this: + # Read and accept the license before uncommenting the following line: # https://github.com/ONLYOFFICE/web-apps/blob/master/LICENSE.txt # - CPAD_INSTALL_ONLYOFFICE=yes