Post

Meilisearch

Meilisearch is a fast, open-source search engine designed for instant, full-text search with typo tolerance. It provides an API that allows developers to integrate powerful search features into applications. Meilisearch-UI is an optional web-based interface that provides a simple way to interact with Meilisearch, visualize indexed data, and test queries without needing to use the API directly.

Meilisearch

Installation

Default install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/meilisearch.sh)"
CPU: 2 cores RAM: 4096 MB Disk: 7 GB OS: Debian 13

Configuration

Config file:

1
/etc/meilisearch.toml

Notes

Meilisearch-UI can optionally be installed for a web-based search interface
Meilisearch-UI has early development status and can cause performance issues

Web Interface

Port: 7700

This post is licensed under CC BY 4.0 by the author.