elasticsearch7_ynh/manifest.json

32 lines
893 B
JSON
Raw Normal View History

2022-11-26 19:48:19 +01:00
{
"name": "ElasticSearch 7",
"id": "elasticsearch7",
2022-11-26 19:48:19 +01:00
"packaging_format": 1,
"description": {
2023-01-16 22:33:52 +01:00
"en": "Distributed and RESTful search engine",
"fr": "Moteur de recherche RESTful"
2022-11-26 19:48:19 +01:00
},
2023-02-08 13:38:11 +01:00
"version": "7.17.8~ynh6",
"url": "https://github.com/elastic/elasticsearch",
2022-11-26 19:48:19 +01:00
"upstream": {
"license": "SSPL-1.0",
"website": "https://elastic.co",
"demo": "https://www.elastic.co/demos",
"admindoc": "https://www.elastic.co/guide/en/elasticsearch/reference/7.17/elasticsearch-intro.html",
"code": "https://github.com/elastic/elasticsearch"
2022-11-26 19:48:19 +01:00
},
"license": "SSPL-1.0",
2022-11-26 19:48:19 +01:00
"maintainer": {
2022-11-28 18:08:44 +01:00
"name": "fflorent",
"email": "florent.git@zeteo.me"
2022-11-26 19:48:19 +01:00
},
"requirements": {
"yunohost": ">= 11.0.0"
},
"services": [],
2022-11-26 19:48:19 +01:00
"multi_instance": true,
"arguments": {
2022-11-28 18:08:44 +01:00
"install": []
2022-11-26 19:48:19 +01:00
}
}