{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3dde343e-e3f7-4531-8d43-48e7d45ce5c2",
    "slug": "homebox",
    "name": "HomeBox",
    "description": "Home inventory and asset tracking with durable records and uploads.",
    "url": "https://railway.com/deploy/homebox",
    "upstream": {
      "image": "ghcr.io/sysadminsmedia/homebox:0.26.2@sha256:b1ad7e3c63f732a5f6daa466e8116be4f545b3b120383a64dcb62beb00a660cc"
    }
  },
  "services": [
    {
      "name": "HomeBox",
      "source": {
        "image": "ghcr.io/sysadminsmedia/homebox:0.26.2@sha256:b1ad7e3c63f732a5f6daa466e8116be4f545b3b120383a64dcb62beb00a660cc"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "HomeBox",
      "description": "Container timezone; change after deployment if needed.",
      "secret": false,
      "strategy": "default",
      "default": "Etc/UTC"
    },
    {
      "key": "PORT",
      "service": "HomeBox",
      "description": "Railway edge and health-check port.",
      "secret": false,
      "strategy": "default",
      "default": "7745"
    },
    {
      "key": "HBOX_WEB_PORT",
      "service": "HomeBox",
      "description": "HomeBox HTTP listen port.",
      "secret": false,
      "strategy": "default",
      "default": "7745"
    },
    {
      "key": "HBOX_LOG_LEVEL",
      "service": "HomeBox",
      "description": "Use informational application logging.",
      "secret": false,
      "strategy": "default",
      "default": "info"
    },
    {
      "key": "HBOX_LOG_FORMAT",
      "service": "HomeBox",
      "description": "Emit readable text logs.",
      "secret": false,
      "strategy": "default",
      "default": "text"
    },
    {
      "key": "HBOX_AUTH_API_KEY_PEPPER",
      "service": "HomeBox",
      "description": "Unique 64-character pepper generated at deployment; rotating it invalidates issued API keys.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "HBOX_WEB_MAX_UPLOAD_SIZE",
      "service": "HomeBox",
      "description": "Maximum application upload size in megabytes.",
      "secret": false,
      "strategy": "default",
      "default": "10"
    },
    {
      "key": "HBOX_OPTIONS_ALLOW_ANALYTICS",
      "service": "HomeBox",
      "description": "Disable optional HomeBox analytics.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "HBOX_OPTIONS_ALLOW_REGISTRATION",
      "service": "HomeBox",
      "description": "Allow creation of the first HomeBox account.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "homebox"
      }
    },
    "cli": "railway deploy --template homebox",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3dde343e-e3f7-4531-8d43-48e7d45ce5c2",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "62ff169e-fbd3-43b7-a205-ea35b16ac426": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/homebox.svg",
                  "name": "HomeBox",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/sysadminsmedia/homebox:0.26.2@sha256:b1ad7e3c63f732a5f6daa466e8116be4f545b3b120383a64dcb62beb00a660cc"
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": false,
                      "description": "Container timezone; change after deployment if needed.",
                      "defaultValue": "Etc/UTC"
                    },
                    "PORT": {
                      "isOptional": false,
                      "description": "Railway edge and health-check port.",
                      "defaultValue": "7745"
                    },
                    "HBOX_WEB_PORT": {
                      "isOptional": false,
                      "description": "HomeBox HTTP listen port.",
                      "defaultValue": "7745"
                    },
                    "HBOX_LOG_LEVEL": {
                      "isOptional": false,
                      "description": "Use informational application logging.",
                      "defaultValue": "info"
                    },
                    "HBOX_LOG_FORMAT": {
                      "isOptional": false,
                      "description": "Emit readable text logs.",
                      "defaultValue": "text"
                    },
                    "HBOX_AUTH_API_KEY_PEPPER": {
                      "isSealed": true,
                      "isOptional": false,
                      "description": "Unique 64-character pepper generated at deployment; rotating it invalidates issued API keys.",
                      "defaultValue": "{{HBOX_AUTH_API_KEY_PEPPER}}"
                    },
                    "HBOX_WEB_MAX_UPLOAD_SIZE": {
                      "isOptional": false,
                      "description": "Maximum application upload size in megabytes.",
                      "defaultValue": "10"
                    },
                    "HBOX_OPTIONS_ALLOW_ANALYTICS": {
                      "isOptional": false,
                      "description": "Disable optional HomeBox analytics.",
                      "defaultValue": "false"
                    },
                    "HBOX_OPTIONS_ALLOW_REGISTRATION": {
                      "isOptional": false,
                      "description": "Allow creation of the first HomeBox account.",
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {
                        "port": 7745
                      }
                    }
                  },
                  "volumeMounts": {
                    "62ff169e-fbd3-43b7-a205-ea35b16ac426": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "HomeBox",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-08T22:43:25.934Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_976c8c8d05ce426d9b60",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 17,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "HomeBox"
  }
}
