feat: set up SearXNG Docker container (#44) #142
Reference in New Issue
Block a user
Delete Branch "feature/issue-44-searxng-docker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary\n- SearXNG Docker configuration with curated search engines for development (Google, DuckDuckGo, Bing, Brave, Wikipedia, GitHub, StackOverflow, crates.io, PyPI, docs.rs)\n- JSON API enabled for programmatic access\n- Rate limiter config for internal-only usage\n- Standalone Docker Compose for testing (port 8888)\n- Pinned image version, healthcheck, minimal capabilities\n\n## Test plan\n- [x] YAML files validated (settings.yml, docker-compose.searxng.yml)\n- [x] TOML file validated (limiter.toml)\n- [ ] Manual:
docker compose -f docker/docker-compose.searxng.yml up -dandcurl \"http://localhost:8888/search?q=test&format=json\"