diff options
Diffstat (limited to 'www/imaginary/pkg-message')
-rw-r--r-- | www/imaginary/pkg-message | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/imaginary/pkg-message b/www/imaginary/pkg-message new file mode 100644 index 000000000000..0d87f5822cdb --- /dev/null +++ b/www/imaginary/pkg-message @@ -0,0 +1,23 @@ +[ +{ type: install + message: <<EOM +If you're running imaginary as a part of Nextcloud installation - +configure it using: + + # sysrc imaginary_flags="-return-size -max-allowed-resolution 222.2" + +Then add this to your Nextcloud's config.php: + + 'enabledPreviewProviders' => [ + 'OC\Preview\MP3', + 'OC\Preview\TXT', + 'OC\Preview\MarkDown', + 'OC\Preview\OpenDocument', + 'OC\Preview\Krita', + 'OC\Preview\Imaginary', + ], + 'preview_imaginary_url' => 'http://<url of imaginary>:<port>', + +EOM +} +] |