{
  "manifest_version": "1.0.0",
  "template": {
    "id": "fe57a389-0425-4cd5-b700-4155650fcbbb",
    "slug": "homar",
    "name": "Homar",
    "description": "Custom dashboard with 40+ integrations, auth, 20K+ icons, no YAML",
    "url": "https://railway.com/deploy/homar",
    "upstream": {
      "image": "ghcr.io/homarr-labs/homarr:latest"
    }
  },
  "services": [
    {
      "name": "Homarr",
      "source": {
        "image": "ghcr.io/homarr-labs/homarr:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/appdata",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Homarr",
      "description": "Port",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "HOSTNAME",
      "service": "Homarr",
      "description": "Provide a value for HOSTNAME.",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "SECRET_ENCRYPTION_KEY",
      "service": "Homarr",
      "description": "Secret Key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "homar"
      }
    },
    "cli": "railway deploy --template homar",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "fe57a389-0425-4cd5-b700-4155650fcbbb",
            "serializedConfig": {
              "services": {
                "32bd5df0-7d2d-4ec2-962c-a7eadaf5687b": {
                  "name": "Homarr",
                  "source": {
                    "image": "ghcr.io/homarr-labs/homarr:latest"
                  },
                  "variables": {
                    "PORT": {
                      "description": "Port",
                      "defaultValue": "3000"
                    },
                    "HOSTNAME": {
                      "defaultValue": "0.0.0.0"
                    },
                    "SECRET_ENCRYPTION_KEY": {
                      "description": "Secret Key",
                      "defaultValue": "{{SECRET_ENCRYPTION_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:7575": {
                        "port": 7575
                      }
                    }
                  },
                  "volumeMounts": {
                    "32bd5df0-7d2d-4ec2-962c-a7eadaf5687b": {
                      "mountPath": "/appdata"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T10:14:45.332Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T00:34:22.687Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_7a02e2ba52be49ab9c7a",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 17,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Homarr"
  }
}
