test_apps/legacy_app_ynh/manifest.json

37 lines
907 B
JSON
Raw Normal View History

2017-04-28 04:34:16 +02:00
{
"name": "Legacy application",
"id": "legacy_app",
2017-04-28 04:34:16 +02:00
"description": {
"en": "Legacy app to test backward compatibility for installation and backup/restore"
2017-04-28 04:34:16 +02:00
},
"license": "GPL-3+",
"maintainer": {
"name": "Aleks",
"email": "alex.aubin@mailoo.org",
"url": "https://github.com/alexAubin/"
},
"requirements": {
"yunohost": ">> 2.5.0"
},
"multi_instance": true,
2017-04-28 04:34:16 +02:00
"arguments": {
"install" : [
{
"name": "domain",
"ask": {
"en": "Choose a domain"
},
"example": "domain.org"
},
{
"name": "path",
"ask": {
"en": "Choose a path"
},
"example": "/legacy",
"default": "/legacy"
2017-04-28 04:34:16 +02:00
}
]
}
}