{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6b38455d-81d3-42ca-9ce2-99106153d825",
    "slug": "unXB5b",
    "name": "Homebox",
    "description": "A simple home inventory management software",
    "url": "https://railway.com/deploy/unXB5b",
    "upstream": {
      "image": "ghcr.io/sysadminsmedia/homebox:latest"
    }
  },
  "services": [
    {
      "name": "Homebox",
      "source": {
        "image": "ghcr.io/sysadminsmedia/homebox:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "Homebox",
      "description": "Timezone",
      "secret": false,
      "strategy": "default",
      "default": "UTC"
    },
    {
      "key": "PORT",
      "service": "Homebox",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "7745"
    },
    {
      "key": "HBOX_OPTIONS_ALLOW_REGISTRATION",
      "service": "Homebox",
      "description": "Allow user registration (Consider disabling after setup)",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "unXB5b"
      }
    },
    "cli": "railway deploy --template unXB5b",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6b38455d-81d3-42ca-9ce2-99106153d825",
            "serializedConfig": {
              "services": {
                "da86bae2-9e11-4991-bad4-377a71dede98": {
                  "icon": "https://raw.githubusercontent.com/sysadminsmedia/homebox/main/docs/public/lilbox.svg",
                  "name": "Homebox",
                  "deploy": {
                    "healthcheckPath": "/api/v1/status"
                  },
                  "source": {
                    "image": "ghcr.io/sysadminsmedia/homebox:latest"
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": false,
                      "description": "Timezone",
                      "defaultValue": "UTC"
                    },
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "7745"
                    },
                    "HBOX_OPTIONS_ALLOW_REGISTRATION": {
                      "isOptional": false,
                      "description": "Allow user registration (Consider disabling after setup)",
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "da86bae2-9e11-4991-bad4-377a71dede98": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Homebox",
      "method": "GET",
      "path": "/api/v1/status",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T10:14:42.516Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-21T12:36:18.383Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_f987485e5133437c84ff",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
