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:
commit
e5ea389802
9 changed files with 13 additions and 10 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#=================================================
|
||||
|
||||
repo_fullpath="https://github.com/searxng/searxng"
|
||||
commit_sha="ffb1001f803359a590bbbaf62da6b1fa1456ed16"
|
||||
commit_sha="0f2f52f0b52f08e6706fc32da090f682aaf42d41"
|
||||
|
||||
#=================================================
|
||||
# UWSGI HELPERS
|
||||
|
|
Loading…
Add table
Reference in a new issue