1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/meilisearch_ynh.git synced 2024-09-03 19:45:59 +02:00
meilisearch_ynh/manifest.json

61 lines
1.5 KiB
JSON
Raw Normal View History

2020-05-15 20:07:10 +02:00
{
"name": "MeiliSearch",
"id": "meilisearch",
"packaging_format": 1,
"description": {
2021-10-08 09:25:27 +02:00
"en": "Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine",
"fr": "Moteur de recherche rapide, ultra-performant et tolérant aux fautes de frappe"
2020-05-15 20:07:10 +02:00
},
2021-10-08 09:26:06 +02:00
"version": "0.22.0~ynh1",
2020-05-15 20:07:10 +02:00
"url": "https://www.meilisearch.com/",
2023-01-18 10:11:49 +01:00
"upstream": {
"license": "GPL-3.0",
"website": "https://www.meilisearch.com/",
"code": "https://github.com/meilisearch/MeiliSearch"
},
2020-05-16 19:30:26 +02:00
"license": "GPL-3.0",
2020-05-15 20:07:10 +02:00
"maintainer": {
"name": "Julien Gomes Dias",
"email": "abld@abld.info",
"url": "https://julien.gomes-dias.dev"
},
"requirements": {
2023-01-18 10:11:49 +01:00
"yunohost": ">= 11.0.9"
2020-05-15 20:07:10 +02:00
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
2021-10-08 09:25:27 +02:00
"type": "domain"
2020-05-15 20:07:10 +02:00
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "master_key",
2020-05-16 19:20:53 +02:00
"type": "string",
2020-05-15 20:07:10 +02:00
"ask": {
"en": "Choose a master API key for Meilisearch",
2020-05-15 22:44:13 +02:00
"fr": "Choisissez une clef d'API pour Meilisearch"
2020-05-15 20:07:10 +02:00
},
"example": "API-key245678635248795"
},
{
2020-05-16 14:03:24 +02:00
"name": "allow_analyse",
"type": "boolean",
2020-05-15 20:07:10 +02:00
"ask": {
2020-05-16 14:03:24 +02:00
"en": "Allow Meilisearch to get data from usage of the application",
"fr": "Autoriser Meilisearch à analyser les données d'usage de l'application"
2020-05-15 20:07:10 +02:00
},
2020-05-16 14:03:24 +02:00
"default": false
2020-05-15 20:07:10 +02:00
}
]
}
}