From e419d790456a6cf85ca6aec9ecfc51d67910cdd8 Mon Sep 17 00:00:00 2001 From: Quentin Michaud <76600167+mh4ckt3mh4ckt1c4s@users.noreply.github.com> Date: Wed, 22 Feb 2023 20:23:09 +0100 Subject: [PATCH 1/6] Fix uwsgi config --- conf/uwsgi.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/uwsgi.ini b/conf/uwsgi.ini index 72b60cc..9666188 100644 --- a/conf/uwsgi.ini +++ b/conf/uwsgi.ini @@ -23,7 +23,7 @@ base = __FINALPATH__ route-run = fixpathinfo: # Module to import -module = __APP__.webapp +module = searx.webapp # Virtualenv and python path virtualenv = __FINALPATH__ From 787dd5b07b714af93c9faeb9a144aff81e464cc9 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 23 Feb 2023 23:35:14 +0100 Subject: [PATCH 2/6] [autopatch] Upgrade auto-updater --- .github/workflows/updater.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index fd6ed60..609c284 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch the source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run the updater script @@ -33,7 +33,7 @@ jobs: - name: Create Pull Request id: cpr if: ${{ env.PROCEED == 'true' }} - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update to version ${{ env.VERSION }} From 3d43f6d81c240892a92f6bc13c6b2f239c4bb830 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 23 Feb 2023 22:35:17 +0000 Subject: [PATCH 3/6] Auto-update README --- README.md | 4 ++-- README_fr.md | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 799a057..08f9306 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ It shall NOT be edited by hand. # Searx for YunoHost -[![Integration level](https://dash.yunohost.org/integration/searx.svg)](https://dash.yunohost.org/appci/app/searx) ![Working status](https://ci-apps.yunohost.org/ci/badges/searx.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/searx.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/searx.svg)](https://dash.yunohost.org/appci/app/searx) ![Working status](https://ci-apps.yunohost.org/ci/badges/searx.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/searx.maintain.svg) + [![Install Searx with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=searx) *[Lire ce readme en français.](./README_fr.md)* @@ -20,7 +21,6 @@ Privacy-respecting, hackable metasearch engine **Shipped version:** 1.1.0~ynh1 - **Demo:** https://demo.yunohost.org/searx/ ## Screenshots diff --git a/README_fr.md b/README_fr.md index 63a6fae..834ea38 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,27 +5,27 @@ It shall NOT be edited by hand. # Searx pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/searx.svg)](https://dash.yunohost.org/appci/app/searx) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/searx.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/searx.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/searx.svg)](https://dash.yunohost.org/appci/app/searx) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/searx.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/searx.maintain.svg) + [![Installer Searx avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=searx) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer Searx rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* +> *Ce package vous permet d’installer Searx rapidement et simplement sur un serveur YunoHost. +Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* -## Vue d'ensemble +## Vue d’ensemble Privacy-respecting, hackable metasearch engine -**Version incluse :** 1.1.0~ynh1 - +**Version incluse :** 1.1.0~ynh1 **Démo :** https://demo.yunohost.org/searx/ -## Captures d'écran +## Captures d’écran -![Capture d'écran de Searx](./doc/screenshots/Screenshot.png) +![Capture d’écran de Searx](./doc/screenshots/Screenshot.png) ## Avertissements / informations importantes @@ -33,9 +33,9 @@ Privacy-respecting, hackable metasearch engine ## Documentations et ressources -* Site officiel de l'app : -* Documentation officielle de l'admin : -* Dépôt de code officiel de l'app : +* Site officiel de l’app : +* Documentation officielle de l’admin : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -51,4 +51,4 @@ ou sudo yunohost app upgrade searx -u https://github.com/YunoHost-Apps/searx_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file From a3293c1e3ef9dd9c5dcd0407eded854bb8dd44eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 18 Aug 2023 11:37:51 +0200 Subject: [PATCH 4/6] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 67da787..ce529d1 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.2" }, "multi_instance": false, "services": [ From ef2b8ef0a6a26fb643ab87947e83576b0e8adf83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 18 Aug 2023 12:59:00 +0200 Subject: [PATCH 5/6] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index ce529d1..2f88938 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "fr": "Méta-moteur de recherche respectueux de la vie privée et bidouillable", "de": "Meta-Suchmaschine, die den Privatsphäre wahrt und 'hackable' ist" }, - "version": "1.1.0~ynh1", + "version": "1.1.0~ynh2", "url": "https://searx.github.io/searx/", "upstream": { "license": "AGPL-3.0-or-later", From 97800d533aa8be743332d23bb9f81afb6762899f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 18 Aug 2023 10:59:04 +0000 Subject: [PATCH 6/6] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08f9306..cff80f7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Privacy-respecting, hackable metasearch engine -**Shipped version:** 1.1.0~ynh1 +**Shipped version:** 1.1.0~ynh2 **Demo:** https://demo.yunohost.org/searx/ diff --git a/README_fr.md b/README_fr.md index 834ea38..5021f79 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Privacy-respecting, hackable metasearch engine -**Version incluse :** 1.1.0~ynh1 +**Version incluse :** 1.1.0~ynh2 **Démo :** https://demo.yunohost.org/searx/