{
  "manifest_version": "1.0.0",
  "template": {
    "id": "344738cd-fda9-41b4-bdd1-2784283bcace",
    "slug": "A6PKuM",
    "name": "Homebox",
    "description": "Track, Organize, and Manage your Things.",
    "url": "https://railway.com/deploy/A6PKuM",
    "upstream": {
      "image": "ghcr.io/hay-kot/homebox:latest"
    }
  },
  "services": [
    {
      "name": "Homebox",
      "source": {
        "image": "ghcr.io/hay-kot/homebox:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "Homebox",
      "description": "Timezone",
      "secret": false,
      "strategy": "default",
      "default": "Etc/UTC"
    },
    {
      "key": "PORT",
      "service": "Homebox",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "7745"
    },
    {
      "key": "HBOX_MODE",
      "service": "Homebox",
      "description": "Application mode used for runtime behavior",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "HBOX_LOG_LEVEL",
      "service": "Homebox",
      "description": "Log level, can be one of: trace, debug, info, warn, error, critical",
      "secret": false,
      "strategy": "default",
      "default": "info"
    },
    {
      "key": "HBOX_LOG_FORMAT",
      "service": "Homebox",
      "description": "Log format to use, can be 'text', or 'json'",
      "secret": false,
      "strategy": "default",
      "default": "text"
    },
    {
      "key": "HBOX_MAILER_PORT",
      "service": "Homebox",
      "description": "Email port to use (cannot be empty, even if not using email)",
      "secret": false,
      "strategy": "default",
      "default": "587"
    },
    {
      "key": "HBOX_WEB_IDLE_TIMEOUT",
      "service": "Homebox",
      "description": "Idle timeout of HTTP server",
      "secret": false,
      "strategy": "default",
      "default": "30"
    },
    {
      "key": "HBOX_WEB_READ_TIMEOUT",
      "service": "Homebox",
      "description": "Read timeout of HTTP server",
      "secret": false,
      "strategy": "default",
      "default": "10"
    },
    {
      "key": "HBOX_WEB_WRITE_TIMEOUT",
      "service": "Homebox",
      "description": "Write timeout of HTTP server",
      "secret": false,
      "strategy": "default",
      "default": "10"
    },
    {
      "key": "HBOX_WEB_MAX_UPLOAD_SIZE",
      "service": "Homebox",
      "description": "Maximum file upload size (in MB)",
      "secret": false,
      "strategy": "default",
      "default": "10"
    },
    {
      "key": "HBOX_OPTIONS_ALLOW_REGISTRATION",
      "service": "Homebox",
      "description": "Allow users to register themselves",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "HBOX_OPTIONS_AUTO_INCREMENT_ASSET_ID",
      "service": "Homebox",
      "description": "Set to 'true' to auto-increment asset_id field for new items",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "A6PKuM"
      }
    },
    "cli": "railway deploy --template A6PKuM",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "344738cd-fda9-41b4-bdd1-2784283bcace",
            "serializedConfig": {
              "services": {
                "73c99148-5d9c-4791-a926-814fb19096b1": {
                  "icon": "https://hay-kot.github.io/homebox/assets/img/lilbox.svg",
                  "name": "Homebox",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/api/v1/status"
                  },
                  "source": {
                    "image": "ghcr.io/hay-kot/homebox:latest"
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": false,
                      "description": "Timezone",
                      "defaultValue": "Etc/UTC"
                    },
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "7745"
                    },
                    "HBOX_MODE": {
                      "isOptional": false,
                      "description": "Application mode used for runtime behavior",
                      "defaultValue": "production"
                    },
                    "HBOX_LOG_LEVEL": {
                      "isOptional": false,
                      "description": "Log level, can be one of: trace, debug, info, warn, error, critical",
                      "defaultValue": "info"
                    },
                    "HBOX_LOG_FORMAT": {
                      "isOptional": false,
                      "description": "Log format to use, can be 'text', or 'json'",
                      "defaultValue": "text"
                    },
                    "HBOX_MAILER_FROM": {
                      "isOptional": true,
                      "description": "Email from address to use",
                      "defaultValue": ""
                    },
                    "HBOX_MAILER_HOST": {
                      "isOptional": true,
                      "description": "Email host to use, if not set, no email provider will be used",
                      "defaultValue": ""
                    },
                    "HBOX_MAILER_PORT": {
                      "isOptional": false,
                      "description": "Email port to use (cannot be empty, even if not using email)",
                      "defaultValue": "587"
                    },
                    "HBOX_MAILER_PASSWORD": {
                      "isOptional": true,
                      "description": "Email account password to use"
                    },
                    "HBOX_MAILER_USERNAME": {
                      "isOptional": true,
                      "description": "Email account username to use"
                    },
                    "HBOX_WEB_IDLE_TIMEOUT": {
                      "isOptional": false,
                      "description": "Idle timeout of HTTP server",
                      "defaultValue": "30"
                    },
                    "HBOX_WEB_READ_TIMEOUT": {
                      "isOptional": false,
                      "description": "Read timeout of HTTP server",
                      "defaultValue": "10"
                    },
                    "HBOX_WEB_WRITE_TIMEOUT": {
                      "isOptional": false,
                      "description": "Write timeout of HTTP server",
                      "defaultValue": "10"
                    },
                    "HBOX_WEB_MAX_UPLOAD_SIZE": {
                      "isOptional": false,
                      "description": "Maximum file upload size (in MB)",
                      "defaultValue": "10"
                    },
                    "HBOX_OPTIONS_ALLOW_REGISTRATION": {
                      "isOptional": false,
                      "description": "Allow users to register themselves",
                      "defaultValue": "true"
                    },
                    "HBOX_OPTIONS_AUTO_INCREMENT_ASSET_ID": {
                      "isOptional": false,
                      "description": "Set to 'true' to auto-increment asset_id field for new items",
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "73c99148-5d9c-4791-a926-814fb19096b1": {
                      "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-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T13:42:11.358Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_e6407643a6dd4be2b5f7",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 81,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Homebox"
  }
}
