test_apps/legacy_app_ynh/manifest.json

36 lines
907 B
JSON

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