Formatting
This commit is contained in:
parent
e6f9600810
commit
e14ddeea83
3 changed files with 23 additions and 3 deletions
|
|
@ -33,6 +33,26 @@ with lib.custom; {
|
||||||
default_locale = "ru_RU";
|
default_locale = "ru_RU";
|
||||||
default_phone_region = "DE";
|
default_phone_region = "DE";
|
||||||
allow_user_to_change_display_name = true;
|
allow_user_to_change_display_name = true;
|
||||||
|
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\\Movie"
|
||||||
|
"OC\\Preview\\MSOffice2003"
|
||||||
|
"OC\\Preview\\MSOffice2007"
|
||||||
|
"OC\\Preview\\MSOfficeDoc"
|
||||||
|
"OC\\Preview\\PDF"
|
||||||
|
"OC\\Preview\\Photoshop"
|
||||||
|
"OC\\Preview\\SVG"
|
||||||
|
"OC\\Preview\\TIFF"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
hostName = "nextcloud.kylekrein.com";
|
hostName = "nextcloud.kylekrein.com";
|
||||||
https = true;
|
https = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue