mirror of
https://github.com/YunoHost-Apps/elasticsearch7_ynh.git
synced 2024-09-03 18:26:25 +02:00
33 lines
916 B
JSON
33 lines
916 B
JSON
{
|
|
"name": "OpenSearch",
|
|
"id": "opensearch",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Open source distributed and RESTful search engine.",
|
|
"fr": "Moteur de recherche RESTful et open-source."
|
|
},
|
|
"version": "1.0~ynh1",
|
|
"url": "https://github.com/opensearch-project/OpenSearch",
|
|
"upstream": {
|
|
"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"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"maintainer": {
|
|
"name": "fflorent",
|
|
"email": "florent.git@zeteo.me"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 11.0.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": []
|
|
}
|
|
}
|