2017-04-28 17:46:46 +02:00
|
|
|
{
|
2022-02-01 14:33:16 +01:00
|
|
|
"packaging_format": 1,
|
2017-04-28 17:46:46 +02:00
|
|
|
"name": "Backup (recommended-way) Test App",
|
|
|
|
"id": "backup_recommended_app",
|
|
|
|
"description": {
|
|
|
|
"en": "App to test the 'recommanded' ways of doing backups"
|
|
|
|
},
|
|
|
|
"license": "GPL-3+",
|
|
|
|
"maintainer": {
|
|
|
|
"name": "Aleks",
|
|
|
|
"email": "alex.aubin@mailoo.org",
|
|
|
|
"url": "https://github.com/alexAubin/"
|
|
|
|
},
|
|
|
|
"requirements": {
|
|
|
|
"yunohost": ">> 2.5.0"
|
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose a domain"
|
|
|
|
},
|
|
|
|
"example": "domain.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose a path"
|
|
|
|
},
|
|
|
|
"example": "/",
|
|
|
|
"default": "/"
|
2017-05-04 14:24:02 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "helper_to_test",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose the restore helper to use for the test"
|
|
|
|
},
|
|
|
|
"example": "ynh_restore",
|
|
|
|
"default": "ynh_restore_file"
|
2017-04-28 17:46:46 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|