Merge pull request #10652 from nextcloud/enh/noid/imaginary-warning

add warning to imaginary docs that it is incompatible with SSE
This commit is contained in:
Richard Steinmetz 2023-06-20 14:45:24 +02:00 committed by GitHub
commit a2f53b98bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,6 +157,11 @@ Previews
It is possible to speed up preview generation using an
external microservice: `Imaginary <https://github.com/h2non/imaginary>`_.
.. warning::
Imaginary is currently incompatible with server-side-encryption.
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 `docker.io/nextcloud/aio-imaginary:latest`.