{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c0f7af3c-4dbe-4444-bbb2-154437b733a6",
    "slug": "statusnook",
    "name": "Statusnook - Monitoring Service",
    "description": "Self-hosted status page for service health, incidents, and alerts.",
    "url": "https://railway.com/deploy/statusnook",
    "upstream": {
      "image": "goksan/statusnook:latest"
    }
  },
  "services": [
    {
      "name": "statusnook:latest",
      "source": {
        "image": "goksan/statusnook:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/statusnook-data",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "statusnook"
      }
    },
    "cli": "railway deploy --template statusnook",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c0f7af3c-4dbe-4444-bbb2-154437b733a6",
            "serializedConfig": {
              "services": {
                "2e8b35a1-c869-49b3-9f74-e9dabc2dfd19": {
                  "name": "statusnook:latest",
                  "source": {
                    "image": "goksan/statusnook:latest"
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8000": {
                        "port": 8000
                      }
                    }
                  },
                  "volumeMounts": {
                    "2e8b35a1-c869-49b3-9f74-e9dabc2dfd19": {
                      "mountPath": "/app/statusnook-data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-19T16:14:39.735Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-17T09:56:27.899Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_74b2481f6f2442238585",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 91,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "statusnook:latest"
  }
}
