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/nc-encrypt.cfg')
-rw-r--r--etc/ncp-config.d/nc-encrypt.cfg22
1 files changed, 22 insertions, 0 deletions
diff --git a/etc/ncp-config.d/nc-encrypt.cfg b/etc/ncp-config.d/nc-encrypt.cfg
new file mode 100644
index 00000000..a86e7655
--- /dev/null
+++ b/etc/ncp-config.d/nc-encrypt.cfg
@@ -0,0 +1,22 @@
+{
+ "id": "nc-encrypt",
+ "name": "Nc-encrypt",
+ "title": "nc-encrypt",
+ "description": "Data at rest encryption for NCP",
+ "info": "The encryption password will be needed after every reboot.\nThis will increase CPU usage.",
+ "infotitle": "",
+ "params": [
+ {
+ "id": "ACTIVE",
+ "name": "Active",
+ "value": "no",
+ "type": "bool"
+ },
+ {
+ "id": "PASSWORD",
+ "name": "Password",
+ "value": "ownyourbits",
+ "type": "password"
+ }
+ ]
+}