{
  "manifest_version": "1.0.0",
  "template": {
    "id": "8d4065b5-2590-4d8a-bbfb-6d9c237caf5b",
    "slug": "notediscovery-knowledge-base",
    "name": "NoteDiscovery — Self-Hosted Notion Alternative with MCP",
    "description": "Self-host a Markdown knowledge base with MCP for Claude & Cursor.",
    "url": "https://railway.com/deploy/notediscovery-knowledge-base",
    "upstream": {
      "image": "gamosoft/notediscovery:latest"
    }
  },
  "services": [
    {
      "name": "NoteDiscovery",
      "source": {
        "image": "gamosoft/notediscovery:latest"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "notediscovery-knowledge-base"
      }
    },
    "cli": "railway deploy --template notediscovery-knowledge-base",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "8d4065b5-2590-4d8a-bbfb-6d9c237caf5b",
            "serializedConfig": {
              "services": {
                "0c0b88b1-5977-48b9-898d-419d5fa8c0cf": {
                  "name": "NoteDiscovery",
                  "source": {
                    "image": "gamosoft/notediscovery:latest"
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-20T07:26:48.152Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_c3d401c940c149b6bafb",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
