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 #241 from YunoHost-Apps/master-promotion

Upgrade master from testing
This commit is contained in:
Quentin Michaud 2024-04-14 21:53:27 +02:00 committed by GitHub
commit 6fd8a0d943
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 9 additions and 8 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.04.09.18.40.44~ynh1
**Shipped version:** 2024.04.10.17.56.07~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.04.09.18.40.44~ynh1
**Paketatutako bertsioa:** 2024.04.10.17.56.07~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.04.09.18.40.44~ynh1
**Version incluse:** 2024.04.10.17.56.07~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.04.09.18.40.44~ynh1
**Versión proporcionada:** 2024.04.10.17.56.07~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.04.09.18.40.44~ynh1
**分发版本:** 2024.04.10.17.56.07~ynh1
**演示:** <https://searx.be>

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.04.09.18.40.44~ynh1"
version = "2024.04.10.17.56.07~ynh1"
maintainers = ["mh4ckt3mh4ckt1c4s"]

View file

@ -5,7 +5,7 @@
#=================================================
repo_fullpath="https://github.com/searxng/searxng"
commit_sha="64584902714c0aee61857c7681ad91e2a93d2409"
commit_sha="1746eecf2bd4d566bf3d440d9efbff75b68d7d42"
#=================================================
# UWSGI HELPERS

View file

@ -32,7 +32,8 @@ ynh_change_url_nginx_config
#=================================================
ynh_script_progression --message="Reconfiguring SearXNG..." --weight=2
ynh_replace_string --match_string="base_url: https://$old_domain$old_path" --replace_string="base_url: https://$new_domain$new_path" --target_file="$install_dir/settings.yml"
ynh_replace_string --match_string="base_url: https://$old_domain$old_path" --replace_string="base_url: https://$new_domain$new_path" --target_file="$install_dir/settings.yml"
ynh_replace_string --match_string="instance_name: SearXNG - $old_domain" --replace_string="instance_name: SearXNG - $new_domain" --target_file="$install_dir/settings.yml"
#=================================================
# GENERIC FINALISATION