Nextcloud: enable HEIC previews
This commit is contained in:
parent
cc79c5ad45
commit
6b643ca9d9
1 changed files with 15 additions and 0 deletions
|
|
@ -18,6 +18,21 @@
|
|||
maxUploadSize = "24G";
|
||||
caching.apcu = true;
|
||||
datadir = "/mnt/raid/nextcloud";
|
||||
|
||||
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 preview of HEIC/HEIF images (others are default)
|
||||
];
|
||||
|
||||
config = {
|
||||
trustedProxies = [ "172.23.171.70" "baldur.zto" ];
|
||||
extraTrustedDomains = [ config.services.nextcloud.hostName "freya.zto" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue