nextcloudpi/etc/ncp-config.d/ncp-community.cfg
Tobias K 3958883e62
Add ncp-community.sh and admin section to ncp-app
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
2023-10-19 20:17:37 +02:00

36 lines
865 B
INI

{
"id": "ncp-community",
"name": "NCP Community",
"title": "NCP Community Settings",
"description": "Configure various NCP community options",
"info": "",
"infotitle": "",
"params": [
{
"id": "CANARY",
"name": "Enable canary (testing) channel for updates",
"value": "no",
"type": "bool"
},
{
"id": "ADMIN_NOTIFICATIONS",
"name": "Enable notifications about changes in NCP",
"value": "yes",
"type": "bool"
},
{
"id": "USAGE_SURVEYS",
"name": "Help me improve NCP by participating in occasional usage surveys",
"value": "no",
"type": "bool"
},
{
"id": "NOTIFICATION_ACCOUNTS",
"name": "Limit notifications to these accounts",
"value": "",
"suggest": "Comma separated list of nextcloud accounts",
"type": "text"
}
]
}