Add nextcloud/template.json
This commit is contained in:
23
nextcloud/template.json
Normal file
23
nextcloud/template.json
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"name": "nextcloud",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"description": "Please add Nextcloud domain:",
|
||||||
|
"key": "NEXTCLOUD_DOMAIN",
|
||||||
|
"value": "",
|
||||||
|
"required": "true"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Please add Nextcloud username:",
|
||||||
|
"key": "NEXTCLOUD_USERNAME",
|
||||||
|
"value": "",
|
||||||
|
"required": "true"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Please add Nextcloud password:",
|
||||||
|
"key": "NEXTCLOUD_PASSWORD",
|
||||||
|
"value": "",
|
||||||
|
"required": "true"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user