diff --git a/admin_manual/installation/server_tuning.rst b/admin_manual/installation/server_tuning.rst index 69a6be0a3..d7f3411bf 100644 --- a/admin_manual/installation/server_tuning.rst +++ b/admin_manual/installation/server_tuning.rst @@ -196,3 +196,27 @@ Nextcloud to use Imaginary by editing your `config.php`: .. note:: For large instance, you should follow `Imaginary's scalability recommandation `. + +Settings: +^^^^^^^^^^^^^^^^^^^^^ + +If you want set the preview format for imaginary. +You can change between jpeg and webp, the default is jpeg: + +:: + + 'webp', + +If you want set a api key for imaginary': + +:: + + 'secret', + +Default WebP quality setting for preview images is '80'. Change this with: + +:: + + occ config:app:set preview webp_quality --value="30"