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-05-11 20:10:21 +0300
committernachoparker <nacho@ownyourbits.com>2019-05-11 20:14:19 +0300
commitd9384817c2a14f0889d30bebb89e40a6cb78217c (patch)
tree74ca4e9ad40be3619962af35f78b1b85ad1593d3 /etc
parent758908128a0837304f54e58846b3e3ae4bb29cb0 (diff)
nc-scan-auto: recursive and home-only optionsv1.12.3
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'etc')
-rw-r--r--etc/ncp-config.d/nc-scan-auto.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/ncp-config.d/nc-scan-auto.cfg b/etc/ncp-config.d/nc-scan-auto.cfg
index 780e2247..d931de96 100644
--- a/etc/ncp-config.d/nc-scan-auto.cfg
+++ b/etc/ncp-config.d/nc-scan-auto.cfg
@@ -13,6 +13,18 @@
"type": "bool"
},
{
+ "id": "RECURSIVE",
+ "name": "Recursive",
+ "value": "yes",
+ "type": "bool"
+ },
+ {
+ "id": "NONEXTERNAL",
+ "name": "Ignore external files",
+ "value": "no",
+ "type": "bool"
+ },
+ {
"id": "SCANINTERVAL",
"name": "Scan periodicity (in minutes)",
"value": "60",