Files
templates/blueprints/openpanel/meta.json
Mauricio Siu f946051a6c fix(openpanel): pin verified 2.2.1 images and fix ClickHouse interserver host
- Pin lindesvard/openpanel-api|dashboard|worker to 2.2.1 (verified working
  end-to-end on a Dokploy instance) instead of the mutable :2 tag, so a
  future broken 2.x release cannot silently break the template again —
  which is how #615 originated when 2.0.0 shipped.
- Fix interserver_http_host to match the actual service name (op-ch),
  aligning with upstream self-hosting config.
- Set meta.json version to the pinned 2.2.1.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-14 11:53:37 -06:00

16 lines
468 B
JSON

{
"id": "openpanel",
"name": "OpenPanel",
"version": "2.2.1",
"description": "An open-source web and product analytics platform that combines the power of Mixpanel with the ease of Plausible and one of the best Google Analytics replacements.",
"logo": "logo.svg",
"links": {
"github": "https://github.com/Openpanel-dev/openpanel",
"website": "https://openpanel.dev/",
"docs": "https://openpanel.dev/docs"
},
"tags": [
"analytics"
]
}