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:23:32 +0300
committernachoparker <nacho@ownyourbits.com>2019-03-13 09:23:32 +0300
commitccb6fc12e5355cdea79d8ed40121a74cfb355cd4 (patch)
tree9f1c08578c929ea8669b20738a12aa26b21b8974 /etc
parent6a01f89b023c7ea13aeaa77e893c964e45ef6959 (diff)
nc-scan-auto: improvementsv1.9.6
Diffstat (limited to 'etc')
-rw-r--r--etc/ncp-config.d/nc-scan-auto.cfg20
1 files changed, 19 insertions, 1 deletions
diff --git a/etc/ncp-config.d/nc-scan-auto.cfg b/etc/ncp-config.d/nc-scan-auto.cfg
index a11ed9e8..ed5efd2e 100644
--- a/etc/ncp-config.d/nc-scan-auto.cfg
+++ b/etc/ncp-config.d/nc-scan-auto.cfg
@@ -3,7 +3,7 @@
"name": "Nc-scan-auto",
"title": "nc-scan-auto",
"description": "Periodically scan NC for externally modified files",
- "info": "Set the time in minutes in Scan Interval.\n\n>>> If there are too many files this can greatly affect performance. <<<",
+ "info": "Set the time in minutes in Scan Interval. Optionally we can specify up to 3 paths in the form '_user_/files/_path_'\n\n>>> If there are too many files this can greatly affect performance. <<<",
"infotitle": "Instructions for auto synchronization",
"params": [
{
@@ -17,6 +17,24 @@
"name": "Scan Interval",
"value": "60",
"suggest": "60"
+ },
+ {
+ "id": "PATH1",
+ "name": "Path",
+ "value": "",
+ "suggest": "/ncp/files/Documents"
+ },
+ {
+ "id": "PATH2",
+ "name": "Path",
+ "value": "",
+ "suggest": "/family/files/Photos"
+ },
+ {
+ "id": "PATH3",
+ "name": "Path",
+ "value": "",
+ "suggest": "/family/files/Videos"
}
]
}