https://raw.githubusercontent.com/OrcVole/langfuse-cloudron/main/CloudronVersions.json
Description
Langfuse is an open-source LLM engineering platform. It gives you observability and tracing for LLM applications, evaluations, prompt management, a prompt playground, datasets, and usage/cost metrics — all self-hosted on your own Cloudron.
This package runs the open-source (MIT) edition. It integrates with OpenTelemetry, the OpenAI SDK, LangChain, LiteLLM, LlamaIndex, and most LLM tooling, so it can act as the observability sink for the rest of your stack.
On this Cloudron:
- Langfuse keeps its own login (email/password plus optional single sign-on through your Cloudron users via OIDC). It is not fronted by the Cloudron SSO proxy.
- Trace ingestion uses Langfuse project API keys (a public/secret key pair you create in the UI),
sent to the open
/api/public/*endpoints — including the OpenTelemetry endpoint/api/public/otel/v1/traces. - ClickHouse and MinIO are bundled and managed for you; PostgreSQL and Redis come from Cloudron addons. All trace data and object storage live in the app's backed-up data directory.
The enterprise (/ee) features (RBAC, audit logs, data retention policies, SCIM) are intentionally
not included.
Recent Changes
[0.1.0]
Initial Cloudron package of Langfuse v3.199.0 (open-source / MIT).
Four-process topology under Supervisor: ClickHouse + MinIO bundled; langfuse-web + langfuse-worker.
PostgreSQL and Redis via Cloudron addons; SSO via the OIDC addon (Langfuse keeps its own login).
Public ingestion API left open for Langfuse project API keys.
