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:
commit
6fd8a0d943
8 changed files with 9 additions and 8 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.
|
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>
|
**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.
|
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>
|
**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.
|
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>
|
**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.
|
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>
|
**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.
|
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>
|
**演示:** <https://searx.be>
|
||||||
|
|
||||||
|
|
|
@ -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.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"
|
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"]
|
maintainers = ["mh4ckt3mh4ckt1c4s"]
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
repo_fullpath="https://github.com/searxng/searxng"
|
repo_fullpath="https://github.com/searxng/searxng"
|
||||||
commit_sha="64584902714c0aee61857c7681ad91e2a93d2409"
|
commit_sha="1746eecf2bd4d566bf3d440d9efbff75b68d7d42"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# UWSGI HELPERS
|
# UWSGI HELPERS
|
||||||
|
|
|
@ -33,6 +33,7 @@ ynh_change_url_nginx_config
|
||||||
ynh_script_progression --message="Reconfiguring SearXNG..." --weight=2
|
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
|
# GENERIC FINALISATION
|
||||||
|
|
Loading…
Reference in a new issue