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