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-07-26 06:10:30 +00:00
.github [autopatch] Upgrade auto-updater 2023-02-24 18:19:54 +01:00
conf Upgrade to v8.9.0 2023-07-26 06:10:26 +00:00
doc Apply fixes from elasticsearch7_ynh 2023-01-13 12:59:27 +01:00
scripts Handle pid directory through systemd 2023-02-08 13:09:41 +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 Upgrade to v8.9.0 2023-07-26 06:10:26 +00:00
README.md Auto-update README 2023-07-26 06:10:30 +00:00
README_fr.md Auto-update README 2023-07-26 06:10:30 +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: 8.9.0~ynh1

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

🔴 Antifeatures

  • Not totally free upstream: The packaged app is under an overall free licence, but with clauses that restrict its use.

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