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

64 lines
1.7 KiB
TOML
Raw Normal View History

2023-04-17 15:35:40 +02:00
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.7.1~ynh1"
2023-04-17 15:35:40 +02:00
maintainers = ["Julien Gomes Dias"]
[upstream]
2023-04-17 22:15:16 +02:00
license = "MIT"
2023-04-17 15:35:40 +02:00
website = "https://www.meilisearch.com/"
2023-04-17 22:48:44 +02:00
demo = "https://where2watch.meilisearch.com/"
2023-04-17 22:15:16 +02:00
admindoc = "https://www.meilisearch.com/docs"
code = "https://github.com/meilisearch/meilisearch/"
2023-04-17 15:35:40 +02:00
[integration]
2023-09-07 18:33:58 +02:00
yunohost = ">= 11.2"
2023-04-17 22:49:30 +02:00
architectures = ["amd64", "arm64"]
2023-04-17 15:35:40 +02:00
multi_instance = true
2023-12-20 18:37:36 +01:00
2023-04-17 15:50:57 +02:00
ldap = false
2023-12-20 18:37:36 +01:00
2023-04-17 15:50:57 +02:00
sso = false
2023-12-20 18:37:36 +01:00
2023-04-17 15:50:57 +02:00
disk = "50M"
2023-04-17 22:15:16 +02:00
ram.build = "70M"
2023-04-17 15:50:57 +02:00
ram.runtime = "50M"
2023-04-17 15:35:40 +02:00
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
2023-04-17 15:50:57 +02:00
[resources.sources]
2023-04-17 15:35:40 +02:00
[resources.sources.main]
amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.7.1/meilisearch-linux-amd64"
amd64.sha256 = "0d0f088723323b9dedfbb8699d02eb2428a6449391df08a024317d7ac3dab0c2"
arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.7.1/meilisearch-linux-aarch64"
arm64.sha256 = "f6fa8cbad6b884ed8ff86f333ffc306eb707a2dbd07959902a57ff12c277cfa2"
2023-04-17 15:50:57 +02:00
rename = "meilisearch"
in_subdir = false
extract = false
2023-04-18 10:38:36 +02:00
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^meilisearch-linux-amd64$"
autoupdate.asset.arm64 = "^meilisearch-linux-aarch64$"
2023-04-17 15:35:40 +02:00
2023-04-17 15:50:57 +02:00
[resources.ports]
2023-04-17 15:35:40 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"