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

62 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"
2023-09-07 18:16:41 +02:00
version = "1.3.3~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-06-05 22:29:06 +02:00
yunohost = ">= 11.1.19"
2023-04-17 22:49:30 +02:00
architectures = ["amd64", "arm64"]
2023-04-17 15:35:40 +02:00
multi_instance = true
2023-04-17 15:50:57 +02:00
ldap = false
sso = false
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"
full_domain = true
[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]
2023-09-07 18:16:41 +02:00
amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.3.3/meilisearch-linux-amd64"
amd64.sha256 = "303de92cdf2ffad153070ef4afbc8724852f8293eb37dafba2aee6a020045b50"
arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.3.3/meilisearch-linux-aarch64"
arm64.sha256 = "452ce3964b99a55186e6e89fe20c59a46dc091bb2d8dba2191e394a87ee8a256"
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 = "/"