Merge pull request #9733 from nextcloud/backport/9724/stable25

[stable25] update imaginary docs to reflect cap_add sys_nice
This commit is contained in:
Simon L 2023-03-07 14:36:16 +01:00 committed by GitHub
commit debd839023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,6 +153,7 @@ Nextcloud to use Imaginary by editing your `config.php`:
.. warning::
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.
Also make sure to add the capability `SYS_NICE` via `--cap-add=sys_nice` or `cap_add: - SYS_NICE` as it is required by imaginary to generate HEIC previews.
.. note::