{
  "manifest_version": "1.0.0",
  "template": {
    "id": "822f2627-5c6f-4457-aa17-4985d36db5ac",
    "slug": "searxng-2",
    "name": "SearXNG",
    "description": "Privacy-respecting metasearch engine with persistent configuration.",
    "url": "https://railway.com/deploy/searxng-2",
    "upstream": {
      "image": "ghcr.io/searxng/searxng:2026.7.22-ef8f6470e@sha256:854f239d5c181db9c4282cd0ffc1737a61232dd6ad0ea964028b96df17d7758a"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "searxng",
      "source": {
        "image": "ghcr.io/searxng/searxng:2026.7.22-ef8f6470e@sha256:854f239d5c181db9c4282cd0ffc1737a61232dd6ad0ea964028b96df17d7758a"
      },
      "needs_volume": true,
      "volume_mount_path": "/etc/searxng",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "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": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "searxng-2"
      }
    },
    "cli": "railway deploy --template searxng-2",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "822f2627-5c6f-4457-aa17-4985d36db5ac",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "f8b1c151-c5ab-4d4e-b170-8c17e6843129": {
                  "icon": null,
                  "name": "searxng",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/searxng/searxng:2026.7.22-ef8f6470e@sha256:854f239d5c181db9c4282cd0ffc1737a61232dd6ad0ea964028b96df17d7758a"
                  },
                  "variables": {
                    "SEARXNG_SECRET": {
                      "isOptional": false,
                      "defaultValue": "{{SEARXNG_SECRET}}"
                    },
                    "SEARXNG_LIMITER": {
                      "isOptional": false,
                      "defaultValue": "{{SEARXNG_LIMITER}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "f8b1c151-c5ab-4d4e-b170-8c17e6843129": {
                      "mountPath": "/etc/searxng"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0"
}
