2019-01-05 23:30:46 -07:00

23 lines
555 B
INI

{
"id": "nc-init",
"name": "Nc-init",
"title": "nc-init",
"description": "(Re)initiate Nextcloud to a clean configuration",
"info": "This action will configure NextCloud to NextCloudPi defaults.\n\n** YOUR CONFIGURATION WILL BE LOST **\n\n",
"infotitle": "Clean NextCloud configuration",
"params": [
{
"id": "ADMINUSER",
"name": "Admin user",
"value": "ncp",
"suggest": "ncp"
},
{
"id": "ADMINPASS",
"name": "Admin password",
"value": "ownyourbits",
"type": "password"
}
]
}