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.toml
Éric Gaspar 753982a22f v2
2023-04-17 15:50:57 +02:00

67 lines
1.8 KiB
TOML

packaging_format = 2
id = "meilisearch"
name = "MeiliSearch"
description.en = "Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine"
description.fr = "Moteur de recherche rapide, ultra-performant et tolérant aux fautes de frappe"
version = "1.1.0~ynh1"
maintainers = ["Julien Gomes Dias"]
[upstream]
license = "GPL-3.0"
website = "https://www.meilisearch.com/"
[integration]
yunohost = ">= 11.1.17"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
full_domain = true
[install.init_main_permission]
type = "group"
default = "visitors"
[install.master_key]
ask.en = "Choose a master API key for Meilisearch"
ask.fr = "Choisissez une clef d'API pour Meilisearch"
type = "string"
example = "API-key245678635248795"
[install.allow_analyse]
ask.en = "Allow Meilisearch to get data from usage of the application"
ask.fr = "Autoriser Meilisearch à analyser les données d'usage de l'application"
type = "boolean"
default = false
[resources]
[resources.sources]
[resources.sources.main]
amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.1.0/meilisearch-linux-amd64"
amd64.sha256 = "41674391290246cbb4175289ded653e815aec32a6c91b4b090de1166a3adbb66"
arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.1.0/meilisearch-linux-aarch64"
arm64.sha256 = "b203d556078b805dc13f4252e434f119f96c651a1a3587d10caa163f5c125a3b"
rename = "meilisearch"
in_subdir = false
extract = false
[resources.ports]
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"