Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Thumbnail previews

Chris Park edited this page May 4, 2020 · 6 revisions

Thumbnail previews is an advanced feature only found in diskover enterprise https://diskoverspace.com

To display thumbnails in search results and file view info pages you have to set up a symlink to the ES index's rootdir in the diskover-web public directory.

Example if your ES index's rootdir is /mnt/stor1:

$ cd /var/www/diskover-web/public
$ mkdir mnt
$ cd mnt
$ ln -s /mnt/stor1 .
Clone this wiki locally