elasticsearch7_ynh/manifest.json

34 lines
928 B
JSON
Raw Normal View History

2022-11-26 19:48:19 +01:00
{
2022-11-28 18:08:44 +01:00
"name": "OpenSearch",
"id": "opensearch",
2022-11-26 19:48:19 +01:00
"packaging_format": 1,
"description": {
2022-11-28 18:08:44 +01:00
"en": "Open source distributed and RESTful search engine.",
"fr": "Moteur de recherche RESTful et open-source."
2022-11-26 19:48:19 +01:00
},
"version": "2.4.1~ynh1",
2022-11-28 18:08:44 +01:00
"url": "https://github.com/opensearch-project/OpenSearch",
2022-11-26 19:48:19 +01:00
"upstream": {
2022-11-28 18:08:44 +01:00
"license": "Apache-2.0",
"website": "https://opensearch.org",
"demo": "https://playground.opensearch.org/app/home",
"admindoc": "https://opensearch.org/docs/latest/",
"code": "https://github.com/opensearch-project/OpenSearch"
2022-11-26 19:48:19 +01:00
},
2022-11-29 10:30:45 +01:00
"license": "AGPL-3.0-or-later",
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"
},
"multi_instance": true,
"services": [
2022-11-28 18:08:44 +01:00
"nginx"
2022-11-26 19:48:19 +01:00
],
"arguments": {
2022-11-28 18:08:44 +01:00
"install": []
2022-11-26 19:48:19 +01:00
}
}