Community Apps

Qdrant

By OrcVole

High-performance vector database for AI and search

v1.19.0 2048MB Updated 7 Aug 2026
database search ai
Install this app
In your Cloudron dashboard, open the App Store, choose "Community apps" and paste this URL:
https://raw.githubusercontent.com/OrcVole/qdrant-cloudron/main/CloudronVersions.json

Description

1.18.3

Qdrant is a high-performance, open-source vector database and similarity-search engine written in Rust. It stores high-dimensional vectors together with JSON payloads and serves fast nearest-neighbour search over REST and gRPC, which makes it a building block for retrieval-augmented generation, semantic search, recommendations, and other AI workloads.

This package runs Qdrant on Cloudron with a secure, two-surface topology on a single domain:

  • The web dashboard (served under /dashboard) is placed behind Cloudron login, so only your Cloudron users can open the management UI.
  • The REST and gRPC data plane stays in front of Cloudron login and is protected by Qdrant's own API key, so programmatic clients and sibling apps authenticate with a key rather than being redirected to an interactive sign-in page.

Qdrant is insecure by default: its API is open to anyone who can reach it. This package closes that gap. It generates a strong admin key and a separate read-only key on first start, enables JWT and role-based access control so you can mint scoped tokens, disables telemetry, refuses snapshot recovery from arbitrary URLs, and configures Qdrant to reject writes rather than be killed when it approaches its memory limit.

All persistent state lives under the application data directory, so Cloudron's backup covers it.

This is a community package. It tracks upstream Qdrant releases and keeps the upstream binary unmodified. Qdrant and the Qdrant name and logo are trademarks of their respective owner. This package is community-maintained and is not affiliated with or endorsed by the Qdrant project.

Screenshot

Recent Changes

  • Upstream Qdrant v1.18.3 to v1.19.0. Includes a security fix for path traversal in S3-based

  • snapshots (PR #10085), which is not reachable in this package because no S3 snapshot backend is

  • configured.

  • Four upstream deprecations, two of which this package's config template still sets and which

  • continue to work: storage.on_disk_payload (superseded by payload.memory) and the per-collection

  • strict_mode.max_resident_memory_percent (superseded by a cluster-wide quota API). Recorded rather

  • than changed, so the version bump carries one variable and not three.

  • Gate 3 ran the full leg on a throwaway installed from the published feed: update over live data

  • then backup and restore from a named backup, with point count, search ordering and a canonical

  • payload checksum identical at every stage. Qdrant is Restore-only, so the restore half is

  • mandatory rather than discretionary.

  • Changelog