garage_ynh/manifest.json

36 lines
933 B
JSON
Raw Normal View History

2014-10-20 18:55:53 +02:00
{
2022-07-27 10:00:43 +02:00
"name": "garage_ynh",
"id": "garage",
2016-04-28 17:53:17 +02:00
"packaging_format": 1,
2014-10-20 18:55:53 +02:00
"description": {
2022-07-27 10:00:43 +02:00
"en": "S3 storage",
"fr": "stockage S3"
2014-10-20 18:55:53 +02:00
},
2018-06-28 22:05:35 +02:00
"version": "1.0~ynh1",
2022-07-27 10:00:43 +02:00
"url": "https://garagehq.deuxfleurs.fr/",
"upstream": {
"license": "free",
2022-07-27 10:00:43 +02:00
"website": "https://garagehq.deuxfleurs.fr/",
"admindoc": "https://garagehq.deuxfleurs.fr/documentation/quick-start/",
"userdoc": "https://garagehq.deuxfleurs.fr/documentation/quick-start/",
"code": "https://git.deuxfleurs.fr/Deuxfleurs/garage"
},
2022-07-27 10:00:43 +02:00
"license": "AGPLv3",
2015-06-22 12:40:00 +02:00
"maintainer": {
2022-07-27 10:00:43 +02:00
"name": "oiseauroch",
"email": "tobias.ollive@oiseauroch.fr."
2014-10-20 18:55:53 +02:00
},
"requirements": {
2021-11-16 22:33:46 +01:00
"yunohost": ">= 4.3.0"
},
2022-07-27 10:00:43 +02:00
"multi_instance": false,
2014-10-20 18:55:53 +02:00
"arguments": {
2022-06-06 08:51:23 +02:00
"install": [
2014-10-20 18:55:53 +02:00
{
"name": "domain",
2021-09-25 19:07:55 +02:00
"type": "domain"
2014-10-20 18:55:53 +02:00
}
]
}
}