{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d3f319ab-edaf-4d33-97a4-9bd9394f4d09",
    "slug": "XSPFK0",
    "name": "Fusion",
    "description": "A lightweight, self-hosted friendly RSS aggregator and reader",
    "url": "https://railway.com/deploy/XSPFK0",
    "upstream": {
      "image": "rook1e404/fusion:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Fusion",
      "source": {
        "image": "rook1e404/fusion:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PASSWORD",
      "service": "Fusion",
      "description": "Password to access Fusion",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "XSPFK0"
      }
    },
    "cli": "railway deploy --template XSPFK0",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d3f319ab-edaf-4d33-97a4-9bd9394f4d09",
            "serializedConfig": {
              "services": {
                "fa347652-8db5-49ff-8df2-70d43d5a8820": {
                  "icon": "https://raw.githubusercontent.com/0x2E/fusion/refs/heads/main/frontend/static/icon-96.png",
                  "name": "Fusion",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/"
                  },
                  "source": {
                    "image": "rook1e404/fusion:latest"
                  },
                  "variables": {
                    "PASSWORD": {
                      "isOptional": false,
                      "description": "Password to access Fusion",
                      "defaultValue": "{{PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "fa347652-8db5-49ff-8df2-70d43d5a8820": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Fusion",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-07T05:54:14.153Z",
  "generator_version": "0.1.0"
}
