diff options
| -rw-r--r-- | docs/build-templates/morty.rst | 2 | ||||
| -rw-r--r-- | searx/settings.yml | 7 | ||||
| -rw-r--r-- | searx/settings_robot.yml | 11 |
3 files changed, 15 insertions, 5 deletions
diff --git a/docs/build-templates/morty.rst b/docs/build-templates/morty.rst index 092f9f68f..2be24da55 100644 --- a/docs/build-templates/morty.rst +++ b/docs/build-templates/morty.rst @@ -32,7 +32,7 @@ (${SERVICE_USER}) $ mkdir ${SERVICE_HOME}/local (${SERVICE_USER}) $ wget --progress=bar -O \"${GO_TAR}\" \\ \"${GO_PKG_URL}\" - (${SERVICE_USER}) $ tar -C ${SERVICE_HOME}/local/go -xzf \"${GO_TAR}\" + (${SERVICE_USER}) $ tar -C ${SERVICE_HOME}/local -xzf \"${GO_TAR}\" (${SERVICE_USER}) $ which go ${SERVICE_HOME}/local/go/bin/go diff --git a/searx/settings.yml b/searx/settings.yml index 1940739bc..e4c672507 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1422,6 +1422,11 @@ doi_resolvers : oadoi.org : 'https://oadoi.org/' doi.org : 'https://doi.org/' doai.io : 'https://dissem.in/' - sci-hub.tw : 'https://sci-hub.tw/' + sci-hub.se : 'https://sci-hub.se/' + sci-hub.do : 'https://sci-hub.do/' + scihubtw.tw : 'https://scihubtw.tw/' + sci-hub.st : 'https://sci-hub.st/' + sci-hub.bar : 'https://sci-hub.bar/' + sci-hub.it.nf : 'https://sci-hub.it.nf/' default_doi_resolver : 'oadoi.org' diff --git a/searx/settings_robot.yml b/searx/settings_robot.yml index 05c8eeb8c..0f015dbec 100644 --- a/searx/settings_robot.yml +++ b/searx/settings_robot.yml @@ -43,6 +43,11 @@ doi_resolvers : oadoi.org : 'https://oadoi.org/' doi.org : 'https://doi.org/' doai.io : 'https://dissem.in/' - sci-hub.tw : 'https://sci-hub.tw/' - -default_doi_resolver : 'sci-hub.tw' + sci-hub.se : 'https://sci-hub.se/' + sci-hub.do : 'https://sci-hub.do/' + scihubtw.tw : 'https://scihubtw.tw/' + sci-hub.st : 'https://sci-hub.st/' + sci-hub.bar : 'https://sci-hub.bar/' + sci-hub.it.nf : 'https://sci-hub.it.nf/' + +default_doi_resolver : 'oadoi.org' |