managarten/services/mana-search/searxng/limiter.toml
Till JS 7e931b1c6d refactor(services): rename Go services, remove -go suffix
mana-search-go → mana-search
mana-notify-go → mana-notify
mana-crawler-go → mana-crawler
mana-api-gateway-go → mana-api-gateway

Legacy NestJS versions are deleted, suffix no longer needed.
Updated all references in docker-compose, CLAUDE.md, package.json,
Forgejo workflows, and service package.json files.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 10:18:40 +01:00

18 lines
438 B
TOML

# SearXNG Rate Limiter Configuration
# Documentation: https://docs.searxng.org/admin/settings/limiter.html
[botdetection.ip_limit]
# Disable link token for API usage
link_token = false
[botdetection.ip_lists]
# Allow internal Docker network IPs (no rate limiting for internal services)
pass_ip = [
# Docker internal networks
"172.16.0.0/12",
"192.168.0.0/16",
"10.0.0.0/8",
# Localhost
"127.0.0.1",
"::1",
]