Skip to content

Commit 216cf32

Browse files
st3inyszaimen
authored andcommitted
Improve documentation around Imaginary
Ref nextcloud/previewgenerator#323 Ref nextcloud/server#35105 Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
1 parent 5931f84 commit 216cf32

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

admin_manual/installation/server_tuning.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ Previews
130130
It is possible to speed up preview generation using an
131131
external microservice: `Imaginary <https://github.com/h2non/imaginary>`_.
132132

133+
We strongly recommend running our custom docker image that is more up to date than the official image.
134+
You can find the image at `docker.io/nextcloud/aio-imaginary:latest` for x64-architecture. For arm64-architecture, there is the `docker.io/nextcloud/aio-imaginary:latest-arm64` image.
135+
133136
To do so, you will need to deploy the service and make sure that it is
134137
not accessible from outside of your servers. Then you can configure
135138
Nextcloud to use Imaginary by editing your `config.php`:
@@ -147,6 +150,9 @@ Nextcloud to use Imaginary by editing your `config.php`:
147150
],
148151
'preview_imaginary_url' => 'http://<url of imaginary>',
149152
153+
.. warning::
154+
155+
Make sure to start Imaginary with the `-return-size` command line parameter. Otherwise, there will be a minor performance impact. The flag requires a recent version of Imaginary (newer than v1.2.4) and is by default added to the `aio-imaginary` container.
150156

151157
.. note::
152158

0 commit comments

Comments
 (0)