nextcloudpi/etc/ncp-config.d/nc-encrypt.cfg
nachoparker ee01a706b1 ncp-web: tweak password suggestions
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-11-02 17:11:47 -06:00

24 lines
503 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": "",
"suggest": "password",
"type": "password"
}
]
}