mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 03:15:23 +02:00
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>
20 lines
556 B
JSON
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"
|
|
]
|
|
}
|