-
|
Hello,
I also need to add default_doi_resolver and doi_resolver fields since they are mandatory (by deploying without them in the settings.yml I get a missing key error):
So, my final By running docker compose and trying to do an API call I get Internal server error. By watching the logs i see the following: The error suggests that I'm passing a list as parameter/setting value, but it makes no sense since I'm passing a string. Entire log here: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Its not Lines 2770 to 2778 in d0bb977 BTW most of your assumptions are wrong / read the docs to understand the meaning of the options:
What you are looking for is a local SearXNG instance .. not reachable for the public .. so disable The docker image is made for public SearXNG instance / therefore it has some defaults you don't want for API access .. It is best to discuss such setups on Matrix #searxng:matrix.org .. and yes, .. reading the documentation also helps |
Beta Was this translation helpful? Give feedback.
Its not
doi_resolveritsdoi_resolvers(withsat the end) .. and its not a list or string value, its a dictionary ..searxng/searx/settings.yml
Lines 2770 to 2778 in d0bb977
BTW most of your assumptions are wrong / read the docs to understand the meaning of the options:
public_instance:https://docs.searxng.org/admin/settings/settings_server.htmluse_default_settings:https://docs.searxng.org/…