🔎 Distributed and RESTful search engine for YunoHost.
Find a file
2023-01-06 16:01:12 +01:00
.github Initial commit (heavily inspired from OpenSearch ynh package) 2023-01-05 17:12:44 +01:00
conf Remove useless conf/nginx.conf 2023-01-06 14:52:53 +01:00
doc Initial commit (heavily inspired from OpenSearch ynh package) 2023-01-05 17:12:44 +01:00
scripts Fix manifest, detect when in LXC and bump to new version 2023-01-05 17:38:27 +01:00
sources Initial commit 2022-11-26 19:48:19 +01:00
.gitignore Initial commit 2022-11-26 19:48:19 +01:00
check_process Add check_process 2023-01-04 16:07:33 +01:00
config_panel.toml Initial commit (heavily inspired from OpenSearch ynh package) 2023-01-05 17:12:44 +01:00
LICENSE AGPL licensed 2022-11-29 10:30:45 +01:00
manifest.json Bump version to 7.17.8~ynh3 2023-01-06 11:40:46 +01:00
README.md Auto-update README 2023-01-06 13:50:47 +00:00
README_fr.md Auto-update README 2023-01-06 13:50:47 +00:00

ElasticSearch 7 for YunoHost

Integration level Working status Maintenance status
Install ElasticSearch 7 with YunoHost

Lire ce readme en français.

This package allows you to install ElasticSearch 7 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
  • A search backend
  • Application monitoring
  • Endpoint security

... and more!

To learn more about Elasticsearchs features and capabilities, see the product page.

Shipped version: 7.17.8~ynh3

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/elasticsearch7_ynh/tree/testing --debug
or
sudo yunohost app upgrade elasticsearch7 -u https://github.com/YunoHost-Apps/elasticsearch7_ynh/tree/testing --debug

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