Loading docker-compose.yml +3 −12 Original line number Diff line number Diff line Loading @@ -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} Loading @@ -20,6 +20,8 @@ services: context: . dockerfile: Dockerfile logging: *default-logging ports: - 8100:8080 restart: unless-stopped environment: SEARX_SECRET: "${SEARX_SECRET}" Loading @@ -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 searx/templates/etheme/about.html +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ <h1>{{ _('About') }} <a href="{{ url_for('index') }}">Spot</a></h1> <p> {{ _('Spot is a fork of') }} <a href="https://github.com/searx/searx">searx</a> {{ _('which is a') }} <a {{ _('Spot is a fork of') }} <a href="https://github.com/searxng/searxng">searxng</a> {{ _('which is a') }} <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>, {{ _('aggregating the results of other') }} <a href="{{ url_for('preferences') }}">search engines</a> {{ _('while not storing information about its users.') }} Loading searx/templates/etheme/base.html +4 −4 Original line number Diff line number Diff line Loading @@ -9,10 +9,10 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" {% if rtl %} dir="rtl" {% endif %} class="{{ etheme_style }}"> <head> <meta charset="UTF-8" /> <meta name="description" content="spot.murena.io, powered by searx" /> <meta name="keywords" content="spot, ecloud, searx, search, search engine, metasearch, meta search" /> <meta name="description" content="spot.murena.io, powered by searxng" /> <meta name="keywords" content="spot, ecloud, searx, searxng, search, search engine, metasearch, meta search" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="generator" content="searx/{{ version }}"> <meta name="generator" content="searxng/{{ version }}"> <meta name="referrer" content="no-referrer"> <meta name="viewport" content="width=device-width, initial-scale=1 , maximum-scale=1.0, user-scalable=1" /> {% block meta %}{% endblock %} Loading Loading @@ -95,7 +95,7 @@ </span></br> e Foundation 2018-{{ year }}, {{ _('Powered by') }} <a href="{{ repo_url }}">Spot</a> {{ version }}<br/> An open-source metasearch engine forked from <a href="https://searx.github.io/searx/">Searx</a> An open-source metasearch engine forked from <a href="https://docs.searxng.org/">Searxng</a> </small> </p> </footer> Loading searx/templates/etheme/preferences.html +1 −1 Original line number Diff line number Diff line Loading @@ -133,7 +133,7 @@ {% if answerers %} <section id="answerers"> <h3>{{ _('Answerers') }}</h3> <p>{{ _('This is the list of searx\'s instant answering modules.') }}</p> <p>{{ _('This is the list of spot\'s instant answering modules.') }}</p> <ul> {% for answerer in answerers %} <li> Loading Loading
docker-compose.yml +3 −12 Original line number Diff line number Diff line Loading @@ -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} Loading @@ -20,6 +20,8 @@ services: context: . dockerfile: Dockerfile logging: *default-logging ports: - 8100:8080 restart: unless-stopped environment: SEARX_SECRET: "${SEARX_SECRET}" Loading @@ -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
searx/templates/etheme/about.html +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ <h1>{{ _('About') }} <a href="{{ url_for('index') }}">Spot</a></h1> <p> {{ _('Spot is a fork of') }} <a href="https://github.com/searx/searx">searx</a> {{ _('which is a') }} <a {{ _('Spot is a fork of') }} <a href="https://github.com/searxng/searxng">searxng</a> {{ _('which is a') }} <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>, {{ _('aggregating the results of other') }} <a href="{{ url_for('preferences') }}">search engines</a> {{ _('while not storing information about its users.') }} Loading
searx/templates/etheme/base.html +4 −4 Original line number Diff line number Diff line Loading @@ -9,10 +9,10 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" {% if rtl %} dir="rtl" {% endif %} class="{{ etheme_style }}"> <head> <meta charset="UTF-8" /> <meta name="description" content="spot.murena.io, powered by searx" /> <meta name="keywords" content="spot, ecloud, searx, search, search engine, metasearch, meta search" /> <meta name="description" content="spot.murena.io, powered by searxng" /> <meta name="keywords" content="spot, ecloud, searx, searxng, search, search engine, metasearch, meta search" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="generator" content="searx/{{ version }}"> <meta name="generator" content="searxng/{{ version }}"> <meta name="referrer" content="no-referrer"> <meta name="viewport" content="width=device-width, initial-scale=1 , maximum-scale=1.0, user-scalable=1" /> {% block meta %}{% endblock %} Loading Loading @@ -95,7 +95,7 @@ </span></br> e Foundation 2018-{{ year }}, {{ _('Powered by') }} <a href="{{ repo_url }}">Spot</a> {{ version }}<br/> An open-source metasearch engine forked from <a href="https://searx.github.io/searx/">Searx</a> An open-source metasearch engine forked from <a href="https://docs.searxng.org/">Searxng</a> </small> </p> </footer> Loading
searx/templates/etheme/preferences.html +1 −1 Original line number Diff line number Diff line Loading @@ -133,7 +133,7 @@ {% if answerers %} <section id="answerers"> <h3>{{ _('Answerers') }}</h3> <p>{{ _('This is the list of searx\'s instant answering modules.') }}</p> <p>{{ _('This is the list of spot\'s instant answering modules.') }}</p> <ul> {% for answerer in answerers %} <li> Loading