1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/elasticsearch8_ynh.git synced 2024-09-03 18:26:26 +02:00
elasticsearch8_ynh/manifest.toml

56 lines
1.5 KiB
TOML
Raw Normal View History

2023-10-14 14:22:12 +02:00
packaging_format = 2
id = "elasticsearch8"
name = "ElasticSearch 8"
2023-10-14 14:31:05 +02:00
description.en = "Distributed and RESTful search engine"
description.fr = "Moteur de recherche RESTful"
2023-10-14 14:22:12 +02:00
2024-03-16 08:58:57 +01:00
version = "8.11.1~ynh3"
2023-10-14 14:22:12 +02:00
maintainers = ["fflorent"]
[upstream]
license = "SSPL-1.0"
website = "https://elastic.co"
demo = "https://www.elastic.co/demos"
2023-11-14 09:03:27 +01:00
admindoc = "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/elasticsearch-intro.html"
2023-10-14 14:22:12 +02:00
code = "https://github.com/elastic/elasticsearch"
[integration]
2023-10-14 14:31:05 +02:00
yunohost = ">= 11.2"
architectures = ["amd64", "arm64"]
2023-10-14 14:22:12 +02:00
multi_instance = true
2023-11-14 08:27:02 +01:00
2023-10-14 14:31:05 +02:00
ldap = "not_relevant"
2023-11-14 08:27:02 +01:00
2023-10-14 14:31:05 +02:00
sso = "not_relevant"
2023-11-14 08:27:02 +01:00
2023-10-14 14:31:05 +02:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-10-14 14:22:12 +02:00
[install]
[resources]
[resources.sources.main]
2023-11-14 08:27:02 +01:00
arm64.url = "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.1-linux-aarch64.tar.gz"
arm64.sha256 = "1728d26f398b58156411f80b871a2d5a0825ae446a8bec70a01a952fe7c707cb"
amd64.url = "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.1-linux-x86_64.tar.gz"
amd64.sha256 = "dd8572e4f50ffbe4079cce315b17c25e3cebaa02fd7eb134d2aa222703459780"
2023-10-14 14:22:12 +02:00
2024-04-02 12:46:38 +02:00
# This is only for notification purposes! Generated PRs will be invalid.
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "tarball"
autoupdate.asset.arm64 = "tarball"
2023-10-14 14:22:12 +02:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
2023-10-14 14:31:05 +02:00
[resources.ports]
main.default = 9200