1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/elasticsearch8_ynh.git synced 2024-09-03 18:26:26 +02:00
elasticsearch8_ynh/manifest.json

32 lines
893 B
JSON
Raw Normal View History

{
"name": "ElasticSearch 8",
"id": "elasticsearch8",
"packaging_format": 1,
"description": {
"en": "Distributed and RESTful search engine.",
"fr": "Moteur de recherche RESTful."
},
2023-09-07 08:10:33 +02:00
"version": "8.9.2~ynh1",
"url": "https://github.com/elastic/elasticsearch",
"upstream": {
"license": "SSPL-1.0",
"website": "https://elastic.co",
"demo": "https://www.elastic.co/demos",
2023-07-26 08:10:24 +02:00
"admindoc": "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/elasticsearch-intro.html",
"code": "https://github.com/elastic/elasticsearch"
},
2023-01-13 12:50:45 +01:00
"license": "SSPL-1.0",
"maintainer": {
"name": "fflorent",
"email": "florent.git@zeteo.me"
},
"requirements": {
"yunohost": ">= 11.0.0"
},
"services": [],
"multi_instance": true,
"arguments": {
"install": []
}
}