Files
templates/blueprints/plane/meta.json
Mauricio Siu ce4e15741a fix(plane): clear network false positive and restore canary metadata
- Reword two docker-compose comments so the literal string
  "dokploy-network" no longer appears. The compose never declared the
  network manually (Dokploy attaches it automatically); the automated
  template check was tripping on the comment text alone.
- meta.json: keep canary's richer description and tags
  (kanban, project-management), bumping only the version to v1.3.1.

Deploy-verified on a test Dokploy instance: full stack booted in 465s
and proxy:80 answered HTTP 200 with the Plane landing page.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-08 01:26:27 -06:00

17 lines
373 B
JSON

{
"id": "plane",
"name": "Plane",
"version": "v1.3.1",
"description": "Open source project management — alternative to Jira, Linear, Asana",
"logo": "plane.png",
"links": {
"github": "https://github.com/makeplane/plane",
"website": "https://plane.so",
"docs": "https://docs.plane.so/"
},
"tags": [
"kanban",
"project-management"
]
}