ABOUT
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.
infoMeilisearch-UI can optionally be installed for a web-based search interface
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU4096 MB RAM7 GB disk
Config path/etc/meilisearch.toml
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/meilisearch.sh'; sha='c814029ae508a559a08bff9b7757dc53ed6dc530741e55f1fe99daed7ad2820c'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/meilisearch.shSHA-256 c814029ae508a559a08bff9b7757dc53ed6dc530741e55f1fe99daed7ad2820c LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.