{
  "manifest_version": "1.0.0",
  "template": {
    "id": "270edcb0-0fd9-4bd5-b016-a2c054322696",
    "slug": "homarr",
    "name": "Homarr [Updated Sep ’26]",
    "description": "Homarr [Sep ’26] (Customizable Dashboard & App Integrations) Self Host",
    "url": "https://railway.com/deploy/homarr",
    "upstream": {
      "image": "ghcr.io/homarr-labs/homarr"
    }
  },
  "services": [
    {
      "name": "homarr-labs/homarr",
      "source": {
        "image": "ghcr.io/homarr-labs/homarr"
      },
      "needs_volume": true,
      "volume_mount_path": "/appdata",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "homarr-labs/homarr",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "HOSTNAME",
      "service": "homarr-labs/homarr",
      "description": "Provide a value for HOSTNAME.",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "SECRET_ENCRYPTION_KEY",
      "service": "homarr-labs/homarr",
      "description": "Provide a value for SECRET_ENCRYPTION_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "homarr"
      }
    },
    "cli": "railway deploy --template homarr",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "270edcb0-0fd9-4bd5-b016-a2c054322696",
            "serializedConfig": {
              "services": {
                "461e73bf-4ef4-424a-ab83-afd0b8bf4977": {
                  "name": "homarr-labs/homarr",
                  "source": {
                    "image": "ghcr.io/homarr-labs/homarr"
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "3000"
                    },
                    "HOSTNAME": {
                      "defaultValue": "0.0.0.0"
                    },
                    "SECRET_ENCRYPTION_KEY": {
                      "defaultValue": "{{SECRET_ENCRYPTION_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "461e73bf-4ef4-424a-ab83-afd0b8bf4977": {
                      "mountPath": "/appdata"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T03:43:33.804Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_8a0f20eb619f42829667",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 55,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "homarr-labs/homarr"
  }
}
