2019-01-04 18:14:52 -07:00

21 lines
499 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": "ADMINUSER",
"value": "ncp"
},
{
"id": "ADMINPASS",
"name": "ADMINPASS",
"value": "ownyourbits"
}
]
}