mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
36 lines
865 B
INI
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"
|
|
}
|
|
]
|
|
}
|