Files
web_server/searxng/settings.yml.template
Adam French 4edc5b1b22
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 1s
Remove uptime-kuma and wallabag services, fix searxng base URL
Remove unused uptime-kuma and wallabag services from docker-compose,
nginx configs, and vite proxy. Use BASE_URL env var in searxng
settings template instead of hardcoded URL.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 13:37:24 +01:00

6 lines
98 B
Plaintext

use_default_settings: true
server:
base_url: ${BASE_URL}
secret_key: "${SEARXNG_SECRET_KEY}"