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:
Diffstat (limited to 'etc')
-rw-r--r--etc/ncp-config.d/nc-scan.cfg35
1 files changed, 33 insertions, 2 deletions
diff --git a/etc/ncp-config.d/nc-scan.cfg b/etc/ncp-config.d/nc-scan.cfg
index edc3f88e..3c1f23f3 100644
--- a/etc/ncp-config.d/nc-scan.cfg
+++ b/etc/ncp-config.d/nc-scan.cfg
@@ -3,7 +3,38 @@
"name": "Nc-scan",
"title": "nc-scan",
"description": "Scan NC for externally modified files",
- "info": "",
+ "info": "Optionally we can specify up to 3 paths in the form '_user_/files/_path_'",
"infotitle": "",
- "params": []
+ "params": [
+ {
+ "id": "RECURSIVE",
+ "name": "Recursive",
+ "value": "yes",
+ "type": "bool"
+ },
+ {
+ "id": "NONEXTERNAL",
+ "name": "Ignore external files",
+ "value": "no",
+ "type": "bool"
+ },
+ {
+ "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"
+ }
+ ]
}