2017-04-28 04:34:16 +02:00
|
|
|
{
|
2022-02-01 14:33:16 +01:00
|
|
|
"packaging_format": 1,
|
2019-08-17 22:40:13 +02:00
|
|
|
"name": "Legacy application",
|
|
|
|
"id": "legacy_app",
|
2017-04-28 04:34:16 +02:00
|
|
|
"description": {
|
2019-08-17 22:40:13 +02:00
|
|
|
"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"
|
|
|
|
},
|
2019-08-23 18:20:41 +02:00
|
|
|
"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"
|
|
|
|
},
|
2019-08-17 22:40:13 +02:00
|
|
|
"example": "/legacy",
|
|
|
|
"default": "/legacy"
|
2019-10-09 23:59:08 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"ask": {
|
|
|
|
"en": "Is it a public application?"
|
|
|
|
},
|
|
|
|
"default": true
|
2017-04-28 04:34:16 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|