garage_ynh/manifest.json

36 lines
933 B
JSON
Raw Normal View History

2014-10-20 16:55:53 +00:00
{
2022-07-27 08:00:43 +00:00
"name": "garage_ynh",
"id": "garage",
2016-04-28 15:53:17 +00:00
"packaging_format": 1,
2014-10-20 16:55:53 +00:00
"description": {
2022-07-27 08:00:43 +00:00
"en": "S3 storage",
"fr": "stockage S3"
2014-10-20 16:55:53 +00:00
},
2018-06-28 20:05:35 +00:00
"version": "1.0~ynh1",
2022-07-27 08:00:43 +00:00
"url": "https://garagehq.deuxfleurs.fr/",
"upstream": {
"license": "free",
2022-07-27 08:00:43 +00: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 08:00:43 +00:00
"license": "AGPLv3",
2015-06-22 10:40:00 +00:00
"maintainer": {
2022-07-27 08:00:43 +00:00
"name": "oiseauroch",
"email": "tobias.ollive@oiseauroch.fr."
2014-10-20 16:55:53 +00:00
},
"requirements": {
2021-11-16 21:33:46 +00:00
"yunohost": ">= 4.3.0"
},
2022-07-27 08:00:43 +00:00
"multi_instance": false,
2014-10-20 16:55:53 +00:00
"arguments": {
2022-06-06 06:51:23 +00:00
"install": [
2014-10-20 16:55:53 +00:00
{
"name": "domain",
2021-09-25 17:07:55 +00:00
"type": "domain"
2014-10-20 16:55:53 +00:00
}
]
}
}