mirror of
https://github.com/YunoHost/test_apps.git
synced 2024-09-03 20:06:29 +02:00
30 lines
687 B
JSON
30 lines
687 B
JSON
|
{
|
||
|
"name": "Full domain app",
|
||
|
"id": "full_domain_app",
|
||
|
"description": {
|
||
|
"en": "App to test the install of full domain apps"
|
||
|
},
|
||
|
"license": "GPL-3+",
|
||
|
"maintainer": {
|
||
|
"name": "Aleks",
|
||
|
"email": "alex.aubin@mailoo.org",
|
||
|
"url": "https://github.com/alexAubin/"
|
||
|
},
|
||
|
"requirements": {
|
||
|
"yunohost": ">> 3.0.0"
|
||
|
},
|
||
|
"multi_instance": true,
|
||
|
"arguments": {
|
||
|
"install" : [
|
||
|
{
|
||
|
"name": "domain",
|
||
|
"type": "domain",
|
||
|
"ask": {
|
||
|
"en": "Choose a domain"
|
||
|
},
|
||
|
"example": "domain.org"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|