{
  "manifest_version": "1.0.0",
  "template": {
    "id": "45fc50a0-732d-48f5-bb66-600d81eaafd8",
    "slug": "searxng-3",
    "name": "SearXNG",
    "description": "Privacy-focused metasearch engine.",
    "url": "https://railway.com/deploy/searxng-3",
    "upstream": {
      "image": "ghcr.io/searxng/searxng:2026.7.26-b060c780d@sha256:d0aaeb14880e6e92bde1518fcc7261e995783367d63d95203383607bef9c6516"
    }
  },
  "services": [
    {
      "name": "SearXNG",
      "source": {
        "image": "ghcr.io/searxng/searxng:2026.7.26-b060c780d@sha256:d0aaeb14880e6e92bde1518fcc7261e995783367d63d95203383607bef9c6516"
      },
      "needs_volume": true,
      "volume_mount_path": "/etc/searxng",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "SearXNG",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "SEARXNG_SECRET",
      "service": "SearXNG",
      "description": "Provide a value for SEARXNG_SECRET.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "SEARXNG_LIMITER",
      "service": "SearXNG",
      "description": "Provide a value for SEARXNG_LIMITER.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "searxng-3"
      }
    },
    "cli": "railway deploy --template searxng-3",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "45fc50a0-732d-48f5-bb66-600d81eaafd8",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "a6d77aef-b674-442f-b13a-9ced6e9e33be": {
                  "icon": null,
                  "name": "SearXNG",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/searxng/searxng:2026.7.26-b060c780d@sha256:d0aaeb14880e6e92bde1518fcc7261e995783367d63d95203383607bef9c6516"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "8080"
                    },
                    "SEARXNG_SECRET": {
                      "isOptional": false,
                      "defaultValue": "{{SEARXNG_SECRET}}"
                    },
                    "SEARXNG_LIMITER": {
                      "isOptional": false,
                      "defaultValue": "false"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "a6d77aef-b674-442f-b13a-9ced6e9e33be": {
                      "mountPath": "/etc/searxng"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "SearXNG",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T22:14:43.398Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-10T22:27:42.321Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_22f0da6a6d3d47088460",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 63,
    "typical_build_seconds": 0,
    "typical_start_seconds": 11,
    "slowest_service": "SearXNG"
  }
}
