mirror of
https://github.com/YunoHost-Apps/elasticsearch8_ynh.git
synced 2024-09-03 18:26:26 +02:00
50 lines
1.3 KiB
TOML
50 lines
1.3 KiB
TOML
packaging_format = 2
|
|
|
|
id = "elasticsearch8"
|
|
name = "ElasticSearch 8"
|
|
description.en = "Distributed and RESTful search engine"
|
|
description.fr = "Moteur de recherche RESTful"
|
|
|
|
version = "8.14.1~ynh1"
|
|
|
|
maintainers = ["fflorent"]
|
|
|
|
[upstream]
|
|
license = "SSPL-1.0"
|
|
website = "https://elastic.co"
|
|
demo = "https://www.elastic.co/demos"
|
|
admindoc = "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/elasticsearch-intro.html"
|
|
code = "https://github.com/elastic/elasticsearch"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = ["amd64", "arm64"]
|
|
multi_instance = true
|
|
|
|
ldap = "not_relevant"
|
|
|
|
sso = "not_relevant"
|
|
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
arm64.url = "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.14.1-linux-aarch64.tar.gz"
|
|
arm64.sha256 = "22a969b10c8d5ed21a258a85e64c9910e5d4931a70afccf8c4a85942b2a05900"
|
|
amd64.url = "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.14.1-linux-x86_64.tar.gz"
|
|
amd64.sha256 = "914226dea149dd5d056367be54bb28315325343776b7f04df47c5ced73f39faa"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
|
|
[resources.permissions]
|
|
|
|
[resources.ports]
|
|
main.default = 9200
|