1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searxng_ynh.git synced 2024-09-03 20:26:00 +02:00

Merge pull request #265 from YunoHost-Apps/master-promotion

Upgrade master from testing
This commit is contained in:
ewilly 2024-05-15 20:25:07 +00:00 committed by GitHub
commit e5ea389802
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 13 additions and 10 deletions

View file

@ -19,7 +19,7 @@ It shall NOT be edited by hand.
SearxXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled.
**Shipped version:** 2024.05.10.13.42.17~ynh1
**Shipped version:** 2024.05.13.16.21.35~ynh1
**Demo:** <https://searx.be>

View file

@ -19,7 +19,7 @@ No se debe editar a mano.
SearxXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled.
**Versión actual:** 2024.05.10.13.42.17~ynh1
**Versión actual:** 2024.05.13.16.21.35~ynh1
**Demo:** <https://searx.be>

View file

@ -19,7 +19,7 @@ EZ editatu eskuz.
SearxXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled.
**Paketatutako bertsioa:** 2024.05.10.13.42.17~ynh1
**Paketatutako bertsioa:** 2024.05.13.16.21.35~ynh1
**Demoa:** <https://searx.be>

View file

@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
SearxXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled.
**Version incluse:** 2024.05.10.13.42.17~ynh1
**Version incluse:** 2024.05.13.16.21.35~ynh1
**Démo:** <https://searx.be>

View file

@ -19,7 +19,7 @@ NON debe editarse manualmente.
SearxXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled.
**Versión proporcionada:** 2024.05.10.13.42.17~ynh1
**Versión proporcionada:** 2024.05.13.16.21.35~ynh1
**Demo:** <https://searx.be>

View file

@ -19,7 +19,7 @@
SearxXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled.
**分发版本:** 2024.05.10.13.42.17~ynh1
**分发版本:** 2024.05.13.16.21.35~ynh1
**演示:** <https://searx.be>

View file

@ -50,6 +50,9 @@ plugin = python3,http
# default behaviour is for performance reasons.
enable-threads = true
# Number of workers (usually CPU count)
workers = %k
threads = 4
# plugin: python
# --------------
@ -78,7 +81,7 @@ buffer-size = 8192
# static_use_hash: true
#
static-map = /static=__INSTALL_DIR__/searxng-src/searx/static
# expires set to one year since there are hashes
static-expires = /* 31557600
# expires set to one day
static-expires = /* 86400
static-gzip-all = True
offload-threads = %k

View file

@ -5,7 +5,7 @@ name = "SearXNG"
description.en = "A free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled"
description.fr = "Un méta-moteur de recherche qui rassemble les résultats de plus de 70 services de recherche. Les utilisateurs ne sont ni suivis ni espionnés"
version = "2024.05.10.13.42.17~ynh1"
version = "2024.05.13.16.21.35~ynh1"
maintainers = ["mh4ckt3mh4ckt1c4s"]

View file

@ -5,7 +5,7 @@
#=================================================
repo_fullpath="https://github.com/searxng/searxng"
commit_sha="ffb1001f803359a590bbbaf62da6b1fa1456ed16"
commit_sha="0f2f52f0b52f08e6706fc32da090f682aaf42d41"
#=================================================
# UWSGI HELPERS