From 90f433c26a6a7784ead85ac2d54d84e15d2f9636 Mon Sep 17 00:00:00 2001 From: Kraligor Date: Wed, 25 Dec 2024 13:31:31 +0100 Subject: [PATCH 1/2] Update server_tuning.rst to include example Imaginary Docker run command Signed-off-by: Kraligor --- admin_manual/installation/server_tuning.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/installation/server_tuning.rst b/admin_manual/installation/server_tuning.rst index 1d9c8cf66fe..31ba0fdadc4 100644 --- a/admin_manual/installation/server_tuning.rst +++ b/admin_manual/installation/server_tuning.rst @@ -213,7 +213,7 @@ external microservice: `Imaginary `_. See https://github.com/nextcloud/server/issues/34262 We strongly recommend running our custom docker image that is more up to date than the official image. -You can find the image at `https://ghcr.io/nextcloud-releases/aio-imaginary`. +You can find the image at `https://ghcr.io/nextcloud-releases/aio-imaginary`. When running it, a port must be mapped by adding `-p :9000` to the `docker run` command, e.g. ``docker run -d -p 9000:9000 --name nextcloud_imaginary --restart always nextcloud/aio-imaginary:latest``. To do so, you will need to deploy the service and make sure that it is not accessible from outside of your servers. Then you can configure @@ -230,7 +230,7 @@ Nextcloud to use Imaginary by editing your `config.php`: 'OC\Preview\Krita', 'OC\Preview\Imaginary', ], - 'preview_imaginary_url' => 'http://', + 'preview_imaginary_url' => 'http://:', .. warning:: From 76b175e903c2bb00277a82be1527f06fdfa72dc8 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Thu, 1 May 2025 16:41:06 +0200 Subject: [PATCH 2/2] Update admin_manual/installation/server_tuning.rst Co-authored-by: Simon L. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- admin_manual/installation/server_tuning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/server_tuning.rst b/admin_manual/installation/server_tuning.rst index 31ba0fdadc4..47adea9f80c 100644 --- a/admin_manual/installation/server_tuning.rst +++ b/admin_manual/installation/server_tuning.rst @@ -213,7 +213,7 @@ external microservice: `Imaginary `_. See https://github.com/nextcloud/server/issues/34262 We strongly recommend running our custom docker image that is more up to date than the official image. -You can find the image at `https://ghcr.io/nextcloud-releases/aio-imaginary`. When running it, a port must be mapped by adding `-p :9000` to the `docker run` command, e.g. ``docker run -d -p 9000:9000 --name nextcloud_imaginary --restart always nextcloud/aio-imaginary:latest``. +You can find the image at `https://ghcr.io/nextcloud-releases/aio-imaginary`. When running it, a port must be mapped by adding `-p :9000` to the `docker run` command, e.g. ``docker run -d -p 9000:9000 --name nextcloud_imaginary --restart always ghcr.io/nextcloud-releases/aio-imaginary:latest``. To do so, you will need to deploy the service and make sure that it is not accessible from outside of your servers. Then you can configure