Nextcloud

Nextcloud is a suite of client-server software for creating and using file hosting services.

Fixing image preview not working:

Ensure this is present in the configuration file config/config.php:

'enabledPreviewProviders' =>
[
  'OC\Preview\Movie',
  'OC\Preview\PNG',
  'OC\Preview\JPEG',
  'OC\Preview\GIF',
  'OC\Preview\BMP',
  'OC\Preview\XBitmap',
  'OC\Preview\Krita',
  'OC\Preview\WebP',
  'OC\Preview\MarkDown',
  'OC\Preview\TXT',
  'OC\Preview\OpenDocument',
],

found thanks to this issue

Link map