{
  "manifest_version": "1.0.0",
  "template": {
    "id": "2c54b909-b34f-47c2-90a1-c8525c205478",
    "slug": "whoogle-search-google-returns-403-projec",
    "name": "Whoogle Search",
    "description": "Whoogle — self-hosted private metasearch engine with no ads or tracking",
    "url": "https://railway.com/deploy/whoogle-search-google-returns-403-projec",
    "upstream": {
      "image": "benbusby/whoogle-search:1.2.3"
    }
  },
  "services": [
    {
      "name": "whoogle-search",
      "source": {
        "image": "benbusby/whoogle-search:1.2.3"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "WHOOGLE_PASS",
      "service": "whoogle-search",
      "description": "Basic auth password. Auto-generated. Set alongside WHOOGLE_USER to enable authentication.",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "WHOOGLE_USER",
      "service": "whoogle-search",
      "description": "Basic auth username. Authentication is enabled by default; leave empty to disable.",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "WHOOGLE_CONFIG_TOR",
      "service": "whoogle-search",
      "description": "Route searches through Tor: 1 for enabled, 0 for disabled.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "WHOOGLE_CONFIG_SAFE",
      "service": "whoogle-search",
      "description": "Enable safe search: 1 for enabled, 0 for disabled.",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "WHOOGLE_CONFIG_THEME",
      "service": "whoogle-search",
      "description": "UI theme: light, dark, or system.",
      "secret": false,
      "strategy": "default",
      "default": "system"
    },
    {
      "key": "WHOOGLE_CONFIG_LANGUAGE",
      "service": "whoogle-search",
      "description": "Interface language (e.g., en, ja, es). English is the default.",
      "secret": false,
      "strategy": "default",
      "default": "en"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "whoogle-search-google-returns-403-projec"
      }
    },
    "cli": "railway deploy --template whoogle-search-google-returns-403-projec",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "2c54b909-b34f-47c2-90a1-c8525c205478",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "b9a9a86c-3906-4789-bffa-dea8af780161": {
                  "icon": null,
                  "name": "whoogle-search",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "benbusby/whoogle-search:1.2.3"
                  },
                  "variables": {
                    "WHOOGLE_PASS": {
                      "description": "Basic auth password. Auto-generated. Set alongside WHOOGLE_USER to enable authentication.",
                      "defaultValue": "{{WHOOGLE_PASS}}"
                    },
                    "WHOOGLE_USER": {
                      "description": "Basic auth username. Authentication is enabled by default; leave empty to disable.",
                      "defaultValue": "admin"
                    },
                    "WHOOGLE_CONFIG_TOR": {
                      "description": "Route searches through Tor: 1 for enabled, 0 for disabled.",
                      "defaultValue": "0"
                    },
                    "WHOOGLE_CONFIG_SAFE": {
                      "isOptional": false,
                      "description": "Enable safe search: 1 for enabled, 0 for disabled.",
                      "defaultValue": "1"
                    },
                    "WHOOGLE_CONFIG_THEME": {
                      "isOptional": false,
                      "description": "UI theme: light, dark, or system.",
                      "defaultValue": "system"
                    },
                    "WHOOGLE_CONFIG_LANGUAGE": {
                      "description": "Interface language (e.g., en, ja, es). English is the default.",
                      "defaultValue": "en"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T08:25:50.308Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_fecf322450af4e019374",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 89,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "whoogle-search"
  }
}
