mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
24 lines
503 B
INI
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"
|
|
}
|
|
]
|
|
}
|