Skip to content

fix: misleading code examples #13304

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions admin_manual/installation/server_tuning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ Nextcloud to use Imaginary by editing your `config.php`:

.. code:: php

<?php
'enabledPreviewProviders' => [
'OC\Preview\MP3',
'OC\Preview\TXT',
Expand Down Expand Up @@ -249,14 +248,12 @@ You can change between jpeg and webp, the default is jpeg:

::

<?php
'preview_format' => 'webp',

If you want set a api key for imaginary':

::

<?php
'preview_imaginary_key' => 'secret',

Default WebP quality setting for preview images is '80'. Change this with:
Expand Down
Loading