nextcloud: add more preview providers
This commit is contained in:
parent
037218b8a8
commit
bc7ea53135
|
@ -20,6 +20,22 @@ data:
|
|||
'allow_user_to_change_display_name' => false,
|
||||
'default_phone_region' => 'DE',
|
||||
'default_locale' => 'en-gb',
|
||||
'lost_password_link' => 'https://dashboard.${domain}/web/recovery',
|
||||
'enable_previews' => true,
|
||||
'enabledPreviewProviders' =>
|
||||
array (
|
||||
'OC\Preview\Movie',
|
||||
'OC\Preview\PNG',
|
||||
'OC\Preview\JPEG',
|
||||
'OC\Preview\GIF',
|
||||
'OC\Preview\BMP',
|
||||
'OC\Preview\XBitmap',
|
||||
'OC\Preview\MP3',
|
||||
'OC\Preview\MP4',
|
||||
'OC\Preview\TXT',
|
||||
'OC\Preview\MarkDown',
|
||||
'OC\Preview\PDF'
|
||||
)
|
||||
);
|
||||
#extraVolumes:
|
||||
# - name: nextcloud-onlyoffice-config
|
||||
|
|
Loading…
Reference in New Issue