From 3fa798f192b98dcb6e06e93a9c218b5d63dcdc6b Mon Sep 17 00:00:00 2001 From: Simon L Date: Fri, 16 Jun 2023 16:05:05 +0200 Subject: [PATCH] adjust some docs Signed-off-by: Simon L --- manual-install/readme.md | 4 ++-- readme.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manual-install/readme.md b/manual-install/readme.md index ee6e8dd9..838541eb 100644 --- a/manual-install/readme.md +++ b/manual-install/readme.md @@ -28,9 +28,9 @@ Now copy the provided yaml file to a compose.yaml file by running `cp latest.yml Now you should be ready to go with `sudo docker-compose up`. ## Docker profiles -The default profile of `latest.yml` only provide the minimum necessary services: nextcloud, database, redis and apache. To get optional services collabora, onlyoffice, talk, clamav, imaginary or fulltextsearch use additional arguments for each of them, for example `--profile collabora`. (Note: there is no clamav image for arm64). +The default profile of `latest.yml` only provide the minimum necessary services: nextcloud, database, redis and apache. To get optional services collabora, onlyoffice, talk, talk-recording, clamav, imaginary or fulltextsearch use additional arguments for each of them, for example `--profile collabora`. (Note: there is no clamav image for arm64). -For a complete all-in-one with collabora use `sudo docker-compose --profile collabora --profile talk --profile clamav --profile imaginary --profile fulltextsearch up`. (Note: there is no clamav image for arm64). +For a complete all-in-one with collabora use `sudo docker-compose --profile collabora --profile talk --profile talk-recording --profile clamav --profile imaginary --profile fulltextsearch up`. (Note: there is no clamav image for arm64). ## How to update? Since the AIO containers may change in the future, it is highly recommended to strictly follow the following procedure whenever you want to upgrade your containers. diff --git a/readme.md b/readme.md index 2e6b6d7f..e6aab9c1 100644 --- a/readme.md +++ b/readme.md @@ -60,6 +60,7 @@ Included are: - Can be installed with [Kubernetes](https://github.com/nextcloud/all-in-one/tree/main/nextcloud-aio-helm-chart) - Almost all included containers Alpine Linux based (good for security and size) - Many of the included containers run as non-root user (good for security) +- Some of the included containers have a read-only root-FS (good for security) - Included containers run in its own docker network (good for security) and only really necessary ports are exposed on the host - [Multiple instances on one server](https://github.com/nextcloud/all-in-one/blob/main/multiple-instances.md) are doable without having to deal with VMs - Adjustable backup path from the AIO interface (good to put the backups e.g. on a different drive)