Remove uptime-kuma and wallabag services, fix searxng base URL
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 1s
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 1s
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>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use_default_settings: true
|
||||
|
||||
server:
|
||||
base_url: https://www.adam-french.co.uk/searxng/
|
||||
base_url: ${BASE_URL}
|
||||
secret_key: "${SEARXNG_SECRET_KEY}"
|
||||
|
||||
Reference in New Issue
Block a user