From 47ef985e99161724d035df0e02ef1cdd4740aac9 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 23 Jun 2023 17:31:22 +0200 Subject: [PATCH] feat(adminmanual): remove outdated instructions regarding escaping and better explain aliasgroup Co-authored-by: Simon L. Signed-off-by: David --- admin_manual/office/example-docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/office/example-docker.rst b/admin_manual/office/example-docker.rst index ae6ebd0f6..e110e0bc4 100644 --- a/admin_manual/office/example-docker.rst +++ b/admin_manual/office/example-docker.rst @@ -17,7 +17,7 @@ To install it the following dependencies are required: Install the Collabora Online server ************************************** -The following steps will download the Collabora Online docker. Make sure to replace "cloud.example.com" with the host that your own Nextcloud runs on. Also make sure to escape all dots with backslashes (`\\`), since this string will be evaluated as a regular expression. (With earlier versions of the docker image dots needed to be escaped with two backslashes. This is no longer necessary for 21.11.3.6 and later versions of the docker image.) If you want to use the docker container with more than one Nextcloud, you'll need to use `domain=cloud\.nextcloud\.com\|second\.nextcloud\.com` instead. (All hosts are separated by `\|`.) +The following steps will download the Collabora Online docker. Make sure to replace "cloud.example.com" with the host that your own Nextcloud runs on. If you want to use the docker container with more than one Nextcloud, you can add another `-e aliasgroup2=https://cloud2.example.com:443`. .. code-block:: bash