{
  "manifest_version": "1.0.0",
  "template": {
    "id": "02d9659d-e3d1-40e1-8a37-d8e3a2bfb85e",
    "slug": "easyimg",
    "name": "EasyImg",
    "description": "Simple self-hostable Nuxt.js personal image hosting system.",
    "url": "https://railway.com/deploy/easyimg",
    "upstream": {
      "image": "ghcr.io/chaos-zhu/easyimg:latest"
    }
  },
  "services": [
    {
      "name": "easyimg",
      "source": {
        "image": "ghcr.io/chaos-zhu/easyimg:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/db",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "HOST",
      "service": "easyimg",
      "description": "bind",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "PORT",
      "service": "easyimg",
      "description": "port",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "NODE_ENV",
      "service": "easyimg",
      "description": "environmnt",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "PUBLIC_DOMAIN",
      "service": "easyimg",
      "description": "access publicallly",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "easyimg"
      }
    },
    "cli": "railway deploy --template easyimg",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "02d9659d-e3d1-40e1-8a37-d8e3a2bfb85e",
            "serializedConfig": {
              "services": {
                "dfc907a0-2f05-44fb-a644-33837b6f7b1d": {
                  "name": "easyimg",
                  "source": {
                    "image": "ghcr.io/chaos-zhu/easyimg:latest"
                  },
                  "variables": {
                    "HOST": {
                      "description": "bind",
                      "defaultValue": "0.0.0.0"
                    },
                    "PORT": {
                      "description": "port",
                      "defaultValue": "3000"
                    },
                    "NODE_ENV": {
                      "description": "environmnt",
                      "defaultValue": "production"
                    },
                    "PUBLIC_DOMAIN": {
                      "description": "access publicallly",
                      "defaultValue": "${{RAILWAY_PUBLIC_DOMAIN}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  },
                  "volumeMounts": {
                    "dfc907a0-2f05-44fb-a644-33837b6f7b1d": {
                      "mountPath": "/app/db"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-11T04:14:34.944Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-10T18:08:00.698Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_675ca99313b7467c8630",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 31,
    "typical_build_seconds": 0,
    "typical_start_seconds": 5,
    "slowest_service": "easyimg"
  }
}
