{
  "manifest_version": "1.0.0",
  "template": {
    "id": "1b80f2c0-1b0e-4c86-811b-9b4680ca7c95",
    "slug": "uptime-kuma-5",
    "name": "Uptime Kuma",
    "description": "Uptime Kuma — self-hosted uptime monitoring with status pages and alerts",
    "url": "https://railway.com/deploy/uptime-kuma-5",
    "upstream": {
      "image": "louislam/uptime-kuma:2.4.0"
    }
  },
  "services": [
    {
      "name": "uptime-kuma",
      "source": {
        "image": "louislam/uptime-kuma:2.4.0"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "uptime-kuma",
      "description": "Port UPTIME_KUMA listens on",
      "secret": false,
      "strategy": "default",
      "default": "3001"
    },
    {
      "key": "UPTIME_KUMA_SECRET_KEY",
      "service": "uptime-kuma",
      "description": "Secret key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "uptime-kuma-5"
      }
    },
    "cli": "railway deploy --template uptime-kuma-5",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "1b80f2c0-1b0e-4c86-811b-9b4680ca7c95",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "6c8afd9e-0a4f-465c-8b63-034ae7e1192f": {
                  "icon": null,
                  "name": "uptime-kuma",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "louislam/uptime-kuma:2.4.0"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Port UPTIME_KUMA listens on",
                      "defaultValue": "3001"
                    },
                    "UPTIME_KUMA_SECRET_KEY": {
                      "isOptional": false,
                      "description": "Secret key",
                      "defaultValue": "{{UPTIME_KUMA_SECRET_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "6c8afd9e-0a4f-465c-8b63-034ae7e1192f": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T00:53:24.742Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_cc706697a8e54454b87a",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 58,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "uptime-kuma"
  }
}
