nextcloud: enable HEIC image preview
This commit is contained in:
parent
0dab62ebff
commit
5de01790c4
|
@ -29,6 +29,22 @@ in
|
||||||
};
|
};
|
||||||
# postgres database is configured automatically
|
# postgres database is configured automatically
|
||||||
database.createLocally = true;
|
database.createLocally = true;
|
||||||
|
|
||||||
|
# enable HEIC image preview
|
||||||
|
extraOptions.enabledPreviewProviders = [
|
||||||
|
"OC\\Preview\\BMP"
|
||||||
|
"OC\\Preview\\GIF"
|
||||||
|
"OC\\Preview\\JPEG"
|
||||||
|
"OC\\Preview\\Krita"
|
||||||
|
"OC\\Preview\\MarkDown"
|
||||||
|
"OC\\Preview\\MP3"
|
||||||
|
"OC\\Preview\\OpenDocument"
|
||||||
|
"OC\\Preview\\PNG"
|
||||||
|
"OC\\Preview\\TXT"
|
||||||
|
"OC\\Preview\\XBitmap"
|
||||||
|
"OC\\Preview\\HEIC"
|
||||||
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable ACME and force SSL
|
# Enable ACME and force SSL
|
||||||
|
|
Loading…
Reference in a new issue