{
  "manifest_version": "1.0.0",
  "template": {
    "id": "df5f7222-e267-4b0f-b2f4-c2f06da827a4",
    "slug": "vaze",
    "name": "Vaze",
    "description": "Self-Hosted file storage and hosting service.",
    "url": "https://railway.com/deploy/vaze",
    "upstream": {
      "image": "ghcr.io/darseen/vaze:latest"
    }
  },
  "services": [
    {
      "name": "Vaze",
      "source": {
        "image": "ghcr.io/darseen/vaze:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/apps/service/data",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "vaze"
      }
    },
    "cli": "railway deploy --template vaze",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "df5f7222-e267-4b0f-b2f4-c2f06da827a4",
            "serializedConfig": {
              "services": {
                "9f501d0e-32dc-4262-a9b9-e456a3f49407": {
                  "icon": "https://vaze.up.railway.app/api/hosting/vaze.png",
                  "name": "Vaze",
                  "deploy": {
                    "healthcheckPath": "/api/health"
                  },
                  "source": {
                    "image": "ghcr.io/darseen/vaze:latest"
                  },
                  "variables": {
                    "BASE_URL": {
                      "isOptional": true,
                      "description": "The base URL of your Vaze instance.",
                      "defaultValue": ""
                    },
                    "AUTH_SECRET": {
                      "isOptional": true,
                      "description": "A secret key used to sign JWT tokens.",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "tcpProxies": null,
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  },
                  "volumeMounts": {
                    "9f501d0e-32dc-4262-a9b9-e456a3f49407": {
                      "mountPath": "/app/apps/service/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Vaze",
      "method": "GET",
      "path": "/api/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-18T07:22:44.205Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_8505ab30983e441586c0",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": false,
        "detail": "got 502, expected 200"
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ]
  }
}
