{
  "manifest_version": "1.0.0",
  "template": {
    "id": "cba161c0-7eb3-454d-b1f3-7bb27e216833",
    "slug": "gatus",
    "name": "Gatus | Open Source Website & API Health Monitoring",
    "description": "Self Host Gatus.  Health checks  - HTTP, DNS, TCP, ICMP probes & more",
    "url": "https://railway.com/deploy/gatus",
    "upstream": {
      "repo_url": "https://github.com/praveen-ks-2001/gatus-railway"
    }
  },
  "services": [
    {
      "name": "Gatus",
      "source": {
        "repo": "https://github.com/praveen-ks-2001/gatus-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Gatus",
      "description": "HTTP port Gatus listens on",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "GATUS_CONFIG_PATH",
      "service": "Gatus",
      "description": "Path to the config file",
      "secret": false,
      "strategy": "default",
      "default": "/data/config.yaml"
    },
    {
      "key": "GATUS_ADMIN_PASSWORD",
      "service": "Gatus",
      "description": "Optional basic-auth password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "GATUS_ADMIN_USERNAME",
      "service": "Gatus",
      "description": "Optional basic-auth username",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "gatus"
      }
    },
    "cli": "railway deploy --template gatus",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "cba161c0-7eb3-454d-b1f3-7bb27e216833",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "eeef363f-256d-496b-b243-379922b9a71a": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/gatus.svg",
                  "name": "Gatus",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/praveen-ks-2001/gatus-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "HTTP port Gatus listens on",
                      "defaultValue": "8080"
                    },
                    "GATUS_CONFIG_PATH": {
                      "isOptional": false,
                      "description": "Path to the config file",
                      "defaultValue": "/data/config.yaml"
                    },
                    "GATUS_CONFIG_YAML": {
                      "isOptional": true,
                      "description": "Optional full YAML, overrides default at boot",
                      "defaultValue": ""
                    },
                    "GATUS_ADMIN_PASSWORD": {
                      "description": "Optional basic-auth password",
                      "defaultValue": "{{GATUS_ADMIN_PASSWORD}}"
                    },
                    "GATUS_ADMIN_USERNAME": {
                      "description": "Optional basic-auth username",
                      "defaultValue": "admin"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "eeef363f-256d-496b-b243-379922b9a71a": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "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-20T11:45:38.118Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_94f331194d3847988bcc",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 88,
    "typical_build_seconds": 20,
    "typical_start_seconds": 10,
    "slowest_service": "Gatus"
  }
}
