From dd5dbd9f38b65560cce7308b6c8b86a88eede69a Mon Sep 17 00:00:00 2001 From: Nivesh Krishna Date: Tue, 24 Jan 2023 16:35:27 +0530 Subject: [PATCH] update fork name --- docker-compose.yml | 15 +++------------ searx/templates/etheme/about.html | 2 +- searx/templates/etheme/base.html | 8 ++++---- searx/templates/etheme/preferences.html | 2 +- 4 files changed, 9 insertions(+), 18 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e65492a6e..1b6acbde7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: image: redis:5.0.7-alpine logging: *default-logging restart: unless-stopped - command: redis-server --maxmemory 8G --maxmemory-policy allkeys-lru + command: redis-server --maxmemory 8G --maxmemory-policy allkeys-lru --requirepass foobar spot: image: ${CI_REGISTRY_IMAGE}:${SPOT_DOCKER_TAG} @@ -20,6 +20,8 @@ services: context: . dockerfile: Dockerfile logging: *default-logging + ports: + - 8100:8080 restart: unless-stopped environment: SEARX_SECRET: "${SEARX_SECRET}" @@ -31,16 +33,5 @@ services: GUNICORN_LEVEL: INFO NODE_NAME: ${NODE_NAME} - filtron: - image: dalf/filtron:latest - logging: *default-logging - restart: unless-stopped - command: -listen :3000 -rules /etc/filtron/rules.json -target spot - ports: - - ${FILTRON_PORT}:3000 - volumes: - - ./etc/filtron/rules.json:/etc/filtron/rules.json - - diff --git a/searx/templates/etheme/about.html b/searx/templates/etheme/about.html index 596b53f67..665c15b42 100644 --- a/searx/templates/etheme/about.html +++ b/searx/templates/etheme/about.html @@ -7,7 +7,7 @@

{{ _('About') }} Spot

- {{ _('Spot is a fork of') }} searx {{ _('which is a') }} searxng {{ _('which is a') }} metasearch engine, {{ _('aggregating the results of other') }} search engines {{ _('while not storing information about its users.') }} diff --git a/searx/templates/etheme/base.html b/searx/templates/etheme/base.html index 0fb89c809..e7330e927 100644 --- a/searx/templates/etheme/base.html +++ b/searx/templates/etheme/base.html @@ -9,10 +9,10 @@ - - + + - + {% block meta %}{% endblock %} @@ -95,7 +95,7 @@
e Foundation 2018-{{ year }}, {{ _('Powered by') }} Spot {{ version }}
- An open-source metasearch engine forked from Searx + An open-source metasearch engine forked from Searxng

diff --git a/searx/templates/etheme/preferences.html b/searx/templates/etheme/preferences.html index 022585d42..fdb3b5f00 100644 --- a/searx/templates/etheme/preferences.html +++ b/searx/templates/etheme/preferences.html @@ -133,7 +133,7 @@ {% if answerers %}

{{ _('Answerers') }}

-

{{ _('This is the list of searx\'s instant answering modules.') }}

+

{{ _('This is the list of spot\'s instant answering modules.') }}