nextcloudpi/etc/ncp-config.d/nc-encrypt.cfg
nachoparker 7b73d1db5f add nc-encrypt
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-10-27 15:46:13 -06:00

23 lines
485 B
INI

{
"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"
}
]
}