<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[🚀 Meilisearch on Cloudron: Community Package now available]]></title><description><![CDATA[<h2>Meilisearch: community package now available</h2>
<blockquote>
<p dir="auto"><strong>TL;DR:</strong> Meilisearch is an open source, typo-tolerant search engine written in Rust. It indexes your documents and serves fast full-text, filtered and sorted search over a plain REST API. Now packaged for Cloudron, built and tested on Cloudron 9.2, unofficial and community maintained.</p>
</blockquote>
<h3>Links</h3>
<ul>
<li>Project homepage: <a href="https://www.meilisearch.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.meilisearch.com</a></li>
<li>Upstream repository: <a href="https://github.com/meilisearch/meilisearch" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/meilisearch/meilisearch</a></li>
<li>Cloudron package repository: <a href="https://github.com/OrcVole/meilisearch-cloudron" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/OrcVole/meilisearch-cloudron</a></li>
</ul>
<p dir="auto">This is a headless service. There is no web interface to log into: everything is the REST API, and that is deliberate, because the applications that consume it are the users.</p>
<h3>How to install</h3>
<p dir="auto">The easy route is the dashboard. In the App Store, open the <strong>Add custom app</strong> dropdown at the top right, choose <strong>Community app</strong>, and paste this URL:</p>
<p dir="auto"><code>https://raw.githubusercontent.com/OrcVole/meilisearch-cloudron/main/CloudronVersions.json</code></p>
<p dir="auto">Apps installed this way receive automatic updates.</p>
<p dir="auto"><a href="/assets/uploads/files/1782552307466-community-package.jpeg"><img src="/assets/uploads/files/1782552307466-community-package.jpeg" alt="" class=" img-fluid img-markdown" /></a></p>
<p dir="auto">After installing, read your master key from the app's Terminal (the <code>&gt;_</code> button):</p>
<p dir="auto"><code>cat /app/data/master-key</code></p>
<p dir="auto">Every route except <code>GET /health</code> needs that key, or a scoped key minted from it via <code>POST /keys</code>. Mint one key per consumer rather than sharing the master key.</p>
<p dir="auto"><a href="/assets/uploads/files/1782552321764-cloudronversions.jpeg"><img src="/assets/uploads/files/1782552321764-cloudronversions.jpeg" alt="" class=" img-fluid img-markdown" /></a></p>
<h3>What you get</h3>
<p dir="auto">Meilisearch 1.51.0, pinned by digest, running in production mode. Vector and hybrid search are included and stable in this release, and the embedder can point at a local Ollama instance or any REST embedding service, so you do not need a cloud API key.</p>
<p dir="auto">Two details specific to this package that other packagers may find useful.</p>
<p dir="auto">The store lives on a <code>persistentDirs</code> path, outside the backup file walk, and a <code>backupCommand</code> asks the running server for a snapshot over HTTP and leaves it in <code>/app/data</code>. This matters because a search engine rewrites its files constantly, and a churning store inside the walked tree can abort the whole server's backup run. The design was tested by taking a backup while a million document index was in flight.</p>
<p dir="auto">The default memory limit is 4 GB. That is measured, not guessed: a deliberately pessimistic million document corpus peaked at 1.82 GB of anonymous memory, about 46 per cent of the limit. Indexing, not searching, is the hungry phase, and Meilisearch batches document additions aggressively.</p>
<h3>Wiring it to other applications</h3>
<p dir="auto">Linkwarden gains full text search it cannot otherwise have on Cloudron: point it at this instance and it back-fills and searches happily.</p>
<p dir="auto">Worth knowing before you wire LibreChat: the Cloudron LibreChat package already ships and supervises its own private Meilisearch, so chat search there is not broken for want of an instance. Pointing it here is a redirection onto a shared, backed-up, separately sized instance, which is useful, but it is not an enablement.</p>
<p dir="auto">One trap that applies to any consumer: they mark documents as already indexed. Point an established consumer at a fresh instance and it will index nothing while search quietly returns empty. The package README documents the reset for both applications.</p>
<h3>What is not proven</h3>
<p dir="auto">A cross-version database migration has not been exercised, because no newer upstream release existed during packaging. Meilisearch refuses to open a store written by a different version and the package runs <code>--upgrade-db</code> on the way through, but that path has not yet met a real version change. I will report back when it has.</p>
<p dir="auto">Feedback and bug reports welcome, here or on the repository.</p>
]]></description><link>https://forum.cloudron.io/topic/15761/meilisearch-on-cloudron-community-package-now-available</link><generator>RSS for Node</generator><lastBuildDate>Mon, 24 Aug 2026 03:35:50 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/15761.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 31 Jul 2026 13:15:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 🚀 Meilisearch on Cloudron: Community Package now available on Sat, 01 Aug 2026 12:03:13 GMT]]></title><description><![CDATA[<p dir="auto">Excellent work, thank you!</p>
]]></description><link>https://forum.cloudron.io/post/127583</link><guid isPermaLink="true">https://forum.cloudron.io/post/127583</guid><dc:creator><![CDATA[scooke]]></dc:creator><pubDate>Sat, 01 Aug 2026 12:03:13 GMT</pubDate></item></channel></rss>