{
  "manifest_version": "1.0.0",
  "template": {
    "id": "7a1a9a18-f9d0-4eff-b7fb-fa3c08343fef",
    "slug": "adminerevo",
    "name": "AdminerEvo",
    "description": "A web-based database management interface.",
    "url": "https://railway.com/deploy/adminerevo",
    "upstream": {
      "image": "ghcr.io/shyim/adminerevo"
    }
  },
  "services": [
    {
      "name": "AdminerEvo",
      "source": {
        "image": "ghcr.io/shyim/adminerevo"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "HOST",
      "service": "AdminerEvo",
      "description": "Provide a value for HOST.",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "PORT",
      "service": "AdminerEvo",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "adminerevo"
      }
    },
    "cli": "railway deploy --template adminerevo",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "7a1a9a18-f9d0-4eff-b7fb-fa3c08343fef",
            "serializedConfig": {
              "services": {
                "dfb499bf-5c65-4079-b8e5-b3989f5efed5": {
                  "name": "AdminerEvo",
                  "source": {
                    "image": "ghcr.io/shyim/adminerevo"
                  },
                  "variables": {
                    "HOST": {
                      "defaultValue": "0.0.0.0"
                    },
                    "PORT": {
                      "defaultValue": "8080"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-07T06:02:09.994Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_38e8a065507f46618d4c",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 192,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "AdminerEvo"
  }
}
