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
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ncp-config.d/samba.cfg')
-rw-r--r--etc/ncp-config.d/samba.cfg21
1 files changed, 21 insertions, 0 deletions
diff --git a/etc/ncp-config.d/samba.cfg b/etc/ncp-config.d/samba.cfg
new file mode 100644
index 00000000..2c2d8054
--- /dev/null
+++ b/etc/ncp-config.d/samba.cfg
@@ -0,0 +1,21 @@
+{
+ "id": "samba",
+ "name": "samba",
+ "title": "samba",
+ "description": "SMB/CIFS file server (for Mac/Linux/Windows)",
+ "info": "The username will be the Nextcloud username, and the password will be one we setup here.\nIf we intend to modify the data folder through SAMBA,\nthen we have to synchronize NextCloud to make it aware of the changes.\n\nThis can be done manually or automatically using 'nc-scan' and 'nc-scan-auto'",
+ "infotitle": "Instructions for external synchronization",
+ "params": [
+ {
+ "id": "ACTIVE",
+ "name": "ACTIVE",
+ "value": "no",
+ "type": "bool"
+ },
+ {
+ "id": "PWD",
+ "name": "PWD",
+ "value": "ownyourbits"
+ }
+ ]
+}