Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2019-03-13 09:24:57 +0300
committernachoparker <nacho@ownyourbits.com>2019-03-13 09:25:12 +0300
commit06073ed6d6d8e9d4a389ceff922e36a683e0e4f0 (patch)
tree93237e4a61e7d31983adae60f77d221fed3077a8 /etc
parentd7bbe2516e2f39b4fa72276cc80a1f26daaebaa8 (diff)
add nc-previews-autov1.10.0
Diffstat (limited to 'etc')
-rw-r--r--etc/ncp-config.d/nc-previews-auto.cfg22
1 files changed, 22 insertions, 0 deletions
diff --git a/etc/ncp-config.d/nc-previews-auto.cfg b/etc/ncp-config.d/nc-previews-auto.cfg
new file mode 100644
index 00000000..32d75239
--- /dev/null
+++ b/etc/ncp-config.d/nc-previews-auto.cfg
@@ -0,0 +1,22 @@
+{
+ "id": "nc-previews-auto",
+ "name": "Nc-previews-auto",
+ "title": "nc-previews-auto",
+ "description": "Periodically generate previews for the gallery",
+ "info": "This will make browsing the gallery much more smooth.\nFor big collections, this can take a LONG time depending on your hardware.\nYou can specify a nightly duration in minutes, or 0",
+ "infotitle": "",
+ "params": [
+ {
+ "id": "ACTIVE",
+ "name": "Active",
+ "value": "no",
+ "type": "bool"
+ },
+ {
+ "id": "RUNTIME",
+ "name": "Run time",
+ "value": "0",
+ "suggest": "0"
+ }
+ ]
+}