Files
templates/blueprints/posthog/meta.json
Mauricio Siu 7f3a08eb00 feat: add PostHog template
Based on the official hobby deployment, trimmed to run on a single
server: Django web + Celery worker, Node plugin-server (CDP, ingestion,
session replay, recording API), Rust capture/replay-capture/
feature-flags/hypercache, livestream, Caddy path router, Postgres,
Redis, Redpanda (Kafka), ZooKeeper, ClickHouse and MinIO.

Images are pinned to a tested master commit (PostHog no longer
publishes tagged releases); an init container fetches the matching
ClickHouse configuration, Kafka table schemas, funnel UDF binaries and
the GeoIP database at the same pinned ref.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-14 13:43:38 -06:00

20 lines
556 B
JSON

{
"id": "posthog",
"name": "PostHog",
"version": "master-2026-07-14",
"description": "PostHog is an open-source product analytics platform with feature flags, session replay, surveys, A/B testing and a customer data pipeline, all in one tool.",
"logo": "posthog.svg",
"links": {
"github": "https://github.com/PostHog/posthog",
"website": "https://posthog.com/",
"docs": "https://posthog.com/docs/self-host"
},
"tags": [
"analytics",
"product-analytics",
"feature-flags",
"session-replay",
"ab-testing"
]
}