{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a5fa8521-14e7-4195-bf5d-fd44652884b5",
    "slug": "s3-storage-one-click",
    "name": "S3 Storage One Click",
    "description": "Deploy S3 compatible object storage on Railway in one click.",
    "url": "https://railway.com/deploy/s3-storage-one-click",
    "upstream": {
      "repo_url": "https://github.com/pagetree/MinIO-S3-Storage"
    }
  },
  "services": [
    {
      "name": "MinIO",
      "source": {
        "repo": "https://github.com/pagetree/MinIO-S3-Storage"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "MINIO_ROOT_USER",
      "service": "MinIO",
      "description": "Provide a value for MINIO_ROOT_USER.",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "MINIO_ROOT_PASSWORD",
      "service": "MinIO",
      "description": "Provide a value for MINIO_ROOT_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "s3-storage-one-click"
      }
    },
    "cli": "railway deploy --template s3-storage-one-click",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a5fa8521-14e7-4195-bf5d-fd44652884b5",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "005a6c35-906c-443b-b368-8082e1d348af": {
                  "icon": null,
                  "name": "MinIO",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/login",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/pagetree/MinIO-S3-Storage",
                    "rootDirectory": null
                  },
                  "variables": {
                    "MINIO_ROOT_USER": {
                      "isOptional": false,
                      "defaultValue": "{{MINIO_ROOT_USER}}"
                    },
                    "MINIO_ROOT_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{MINIO_ROOT_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "005a6c35-906c-443b-b368-8082e1d348af": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "MinIO",
      "method": "GET",
      "path": "/login",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-05T11:54:15.547Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-05T11:58:45.077Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_9629a678402540ed9425",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 212,
    "typical_build_seconds": 10,
    "typical_start_seconds": 10,
    "slowest_service": "MinIO"
  }
}
