Patch SearXNG DOI resolver config
All checks were successful
Container Image / build-and-push (push) Successful in 41s
All checks were successful
Container Image / build-and-push (push) Successful in 41s
This commit is contained in:
@@ -127,6 +127,9 @@ services:
|
||||
fi
|
||||
sed "s|__SEARXNG_SECRET__|$$secret|g" /tmp/searxng-settings.yml.template > /etc/searxng/settings.yml
|
||||
fi
|
||||
if ! grep -q '^default_doi_resolver:' /etc/searxng/settings.yml; then
|
||||
printf '\ndefault_doi_resolver: "oadoi.org"\n' >> /etc/searxng/settings.yml
|
||||
fi
|
||||
exec /usr/local/searxng/entrypoint.sh
|
||||
ports:
|
||||
- "127.0.0.1:8080:8080"
|
||||
|
||||
Reference in New Issue
Block a user