🔎 Distributed and RESTful search engine for YunoHost.
Find a file
2023-01-04 15:07:39 +00:00
.github Update description, disclaimer, and automated updates 2023-01-04 16:07:33 +01:00
conf Increase max_map_count 2023-01-04 16:07:33 +01:00
doc Update description, disclaimer, and automated updates 2023-01-04 16:07:33 +01:00
scripts Increase max_map_count 2023-01-04 16:07:33 +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 Use config_panel to customize heap size 2022-11-29 22:40:10 +01:00
LICENSE AGPL licensed 2022-11-29 10:30:45 +01:00
manifest.json Update description, disclaimer, and automated updates 2023-01-04 16:07:33 +01:00
README.md Auto-update README 2023-01-04 15:07:39 +00:00
README_fr.md Auto-update README 2023-01-04 15:07:39 +00:00

OpenSearch for YunoHost

Integration level Working status Maintenance status
Install OpenSearch with YunoHost

Lire ce readme en français.

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

Overview

OpenSearch makes it easy to ingest, search, visualize, and analyze your data.

Features

OpenSearch is a scalable, flexible, and extensible open-source software suite for search, analytics, and observability applications licensed under Apache 2.0. Powered by Apache Lucene and driven by the OpenSearch Project community, OpenSearch offers a vendor-agnostic toolset you can use to build secure, high-performance, cost-efficient applications. Use OpenSearch as an end-to-end solution or connect it with your preferred open-source tools or partner projects.

Shipped version: 2.4.1~ynh1

Demo: https://playground.opensearch.org/app/home

Disclaimers / important information

Limitations

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

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