{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4dec6b8d-8034-46cf-9118-c2867ab5471f",
    "slug": "rustfs",
    "name": "RustFS",
    "description": "🚀 High-performance distributed object storage for MinIO alternative.",
    "url": "https://railway.com/deploy/rustfs",
    "upstream": {
      "image": "rustfs/rustfs:latest"
    }
  },
  "services": [
    {
      "name": "rustfs/rustfs:latest",
      "source": {
        "image": "rustfs/rustfs:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "RUSTFS_OBS_LOG_DIRECTORY",
      "service": "rustfs/rustfs:latest",
      "description": "Provide a value for RUSTFS_OBS_LOG_DIRECTORY.",
      "secret": false,
      "strategy": "default",
      "default": "/var/log/rustfs/"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "rustfs"
      }
    },
    "cli": "railway deploy --template rustfs",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4dec6b8d-8034-46cf-9118-c2867ab5471f",
            "serializedConfig": {
              "services": {
                "0ab4042c-6bbe-46ed-9871-44abdae3520f": {
                  "icon": "https://rustfs.com/en/favicon-32x32.png",
                  "name": "rustfs/rustfs:latest",
                  "source": {
                    "image": "rustfs/rustfs:latest"
                  },
                  "variables": {
                    "RUSTFS_ADDRESS": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "RUSTFS_ACCESS_KEY": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "RUSTFS_SECRET_KEY": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "RUSTFS_CONSOLE_ENABLE": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "RUSTFS_SERVER_DOMAINS": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "RUSTFS_OBS_LOGGER_LEVEL": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "RUSTFS_OBS_LOG_DIRECTORY": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "/var/log/rustfs/"
                    }
                  },
                  "volumeMounts": {
                    "0ab4042c-6bbe-46ed-9871-44abdae3520f": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T18:56:39.822Z",
  "success_rate_30d": 0.6,
  "validation": {
    "last_run_id": "run_26dcf1aa2f5643a2b297",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 74,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "rustfs/rustfs:latest"
  }
}
