1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/elasticsearch8_ynh.git synced 2024-09-03 18:26:26 +02:00
🔎 Distributed and RESTful search engine for YunoHost.
Find a file
2023-01-13 13:05:04 +01:00
.github Change package to fetch version 8 of ElasticSearch 2023-01-13 12:59:27 +01:00
conf Update manifest and sources 2023-01-13 13:04:44 +01:00
doc Apply fixes from elasticsearch7_ynh 2023-01-13 12:59:27 +01:00
scripts First commit (based on elasticsearch7_ynh) 2023-01-13 12:57:43 +01:00
.gitignore First commit (based on elasticsearch7_ynh) 2023-01-13 12:57:43 +01:00
check_process First commit (based on elasticsearch7_ynh) 2023-01-13 12:57:43 +01:00
config_panel.toml First commit (based on elasticsearch7_ynh) 2023-01-13 12:57:43 +01:00
LICENSE Fix LICENSE 2023-01-13 13:05:04 +01:00
manifest.json Update manifest and sources 2023-01-13 13:04:44 +01:00
README.md Auto-update README 2023-01-13 11:59:48 +00:00
README_fr.md Auto-update README 2023-01-13 11:59:48 +00:00

ElasticSearch 8 for YunoHost

Integration level Working status Maintenance status
Install ElasticSearch 8 with YunoHost

Lire ce readme en français.

This package allows you to install ElasticSearch 8 quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Elasticsearch is the distributed, RESTful search and analytics engine at the heart of the Elastic Stack. You can use Elasticsearch to store, search, and manage data for logs, metrics, search backend, application monitoring, Endpoint security. To learn more about Elasticsearchs features and capabilities, see the product page.

Shipped version: 7.17.8~ynh4

Demo: https://www.elastic.co/demos

Disclaimers / important information

Limitations

  • Not totally free: Licensed under SSPL, see for more information: https://en.wikipedia.org/wiki/Server_Side_Public_License
  • Currently the security is disabled
  • Therefore, the package is configured to remain not public for now (i.e. not accessible through the web, the apps depending on it should be installed on the same server)
  • Not scalable for now

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/elasticsearch8_ynh/tree/testing --debug
or
sudo yunohost app upgrade elasticsearch8 -u https://github.com/YunoHost-Apps/elasticsearch8_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps