{
  "manifest_version": "1.0.0",
  "template": {
    "id": "fe3766c7-60cd-4aab-8a38-fe5b4f00e6ea",
    "slug": "andromeda-blobs",
    "name": "Andromeda - Blobs",
    "description": "S3/R2 bucket and blob manager",
    "url": "https://railway.com/deploy/andromeda-blobs",
    "upstream": {
      "image": "ghcr.io/stevedylandev/andromeda/apps/blobs"
    }
  },
  "services": [
    {
      "name": "Blobs",
      "source": {
        "image": "ghcr.io/stevedylandev/andromeda/apps/blobs"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "S3_REGION",
      "service": "Blobs",
      "description": "S3 region",
      "secret": false,
      "strategy": "default",
      "default": "auto"
    },
    {
      "key": "BLOBS_PASSWORD",
      "service": "Blobs",
      "description": "Password for login",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "BLOBS_COOKIE_SECURE",
      "service": "Blobs",
      "description": "Set true behind HTTPS",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "BLOBS_MAX_UPLOAD_MB",
      "service": "Blobs",
      "description": "Single-shot upload cap (MB)",
      "secret": false,
      "strategy": "default",
      "default": "100"
    },
    {
      "key": "BLOBS_PRESIGN_TTL_SECONDS",
      "service": "Blobs",
      "description": "Presigned download URL lifetime (sec)",
      "secret": false,
      "strategy": "default",
      "default": "3600"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "andromeda-blobs"
      }
    },
    "cli": "railway deploy --template andromeda-blobs",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "fe3766c7-60cd-4aab-8a38-fe5b4f00e6ea",
            "serializedConfig": {
              "services": {
                "0e318aad-b1e6-4a64-a78d-4560e17d465c": {
                  "icon": "https://assets.andromeda.build/blobs-icon.png",
                  "name": "Blobs",
                  "source": {
                    "image": "ghcr.io/stevedylandev/andromeda/apps/blobs"
                  },
                  "variables": {
                    "S3_REGION": {
                      "isOptional": true,
                      "description": "S3 region",
                      "defaultValue": "auto"
                    },
                    "S3_ENDPOINT": {
                      "isOptional": true,
                      "description": "Full S3 endpoint URL",
                      "defaultValue": ""
                    },
                    "R2_ACCOUNT_ID": {
                      "isOptional": true,
                      "description": "Cloudflare account ID",
                      "defaultValue": ""
                    },
                    "BLOBS_PASSWORD": {
                      "description": "Password for login",
                      "defaultValue": "{{BLOBS_PASSWORD}}"
                    },
                    "R2_ACCESS_KEY_ID": {
                      "isOptional": true,
                      "description": "Fallback for S3_ACCESS_KEY_ID",
                      "defaultValue": ""
                    },
                    "S3_ACCESS_KEY_ID": {
                      "isOptional": true,
                      "description": "Access key ID",
                      "defaultValue": ""
                    },
                    "BLOBS_PUBLIC_URLS": {
                      "isOptional": true,
                      "description": "When set, detail page shows permanent public URL",
                      "defaultValue": ""
                    },
                    "BLOBS_COOKIE_SECURE": {
                      "isOptional": true,
                      "description": "Set true behind HTTPS",
                      "defaultValue": "true"
                    },
                    "BLOBS_MAX_UPLOAD_MB": {
                      "isOptional": true,
                      "description": "Single-shot upload cap (MB)",
                      "defaultValue": "100"
                    },
                    "R2_SECRET_ACCESS_KEY": {
                      "isOptional": true,
                      "description": "Fallback for S3_SECRET_ACCESS_KEY",
                      "defaultValue": ""
                    },
                    "S3_SECRET_ACCESS_KEY": {
                      "isOptional": true,
                      "description": "Secret access key",
                      "defaultValue": ""
                    },
                    "BLOBS_PRESIGN_TTL_SECONDS": {
                      "isOptional": true,
                      "description": "Presigned download URL lifetime (sec)",
                      "defaultValue": "3600"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-20T10:57:58.050Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_f7b6855d6c5949f7b2a8",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
