{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f04942cc-35a9-43c1-876e-1a1253e73ffe",
    "slug": "homer",
    "name": "Homer",
    "description": "Static homepage dashboard built from a simple YAML file",
    "url": "https://railway.com/deploy/homer",
    "upstream": {
      "repo_url": "https://github.com/gridalpha/homer-railway"
    }
  },
  "services": [
    {
      "name": "homer",
      "source": {
        "repo": "https://github.com/gridalpha/homer-railway"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "homer",
      "description": "HTTP listening port, also health-checked",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "HOMER_PASSWORD",
      "service": "homer",
      "description": "Basic-auth password, required at startup",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "HOMER_USERNAME",
      "service": "homer",
      "description": "Basic-auth user for the dashboard",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "homer"
      }
    },
    "cli": "railway deploy --template homer",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f04942cc-35a9-43c1-876e-1a1253e73ffe",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "e1287845-ea2a-429f-a01a-dcb2100af402": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/homer.svg",
                  "name": "homer",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/healthz",
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/homer-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "HTTP listening port, also health-checked",
                      "defaultValue": "8080"
                    },
                    "HOMER_PASSWORD": {
                      "isOptional": false,
                      "description": "Basic-auth password, required at startup",
                      "defaultValue": "{{HOMER_PASSWORD}}"
                    },
                    "HOMER_USERNAME": {
                      "isOptional": false,
                      "description": "Basic-auth user for the dashboard",
                      "defaultValue": "admin"
                    },
                    "HOMER_CONFIG_URL": {
                      "isOptional": true,
                      "description": "Optional raw URL of your own config.yml",
                      "defaultValue": ""
                    },
                    "HOMER_ASSETS_ARCHIVE_URL": {
                      "isOptional": true,
                      "description": "Optional tar.gz or zip of extra logos",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "homer",
      "method": "GET",
      "path": "/healthz",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-09T22:14:39.753Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T20:02:51.150Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_6b6c442043454e49b4d2",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 112,
    "typical_build_seconds": 21,
    "typical_start_seconds": 12,
    "slowest_service": "homer"
  }
}
