diff --git a/README.md b/README.md index 0a24d98..a1aa00e 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,13 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in SearxXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. -**Shipped version:** 2023.03.02.17.37.25~ynh1 +**Shipped version:** 2023.03.22.05.03.48~ynh1 **Demo:** https://searx.be/ ## Screenshots ![Screenshot of SearXNG](./doc/screenshots/screenshot_1.png) -![Screenshot of SearXNG](./doc/screenshots/screenshot_2.png) ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index 2c4e431..cb316a0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,14 +19,13 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po SearxXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. -**Version incluse :** 2023.03.02.17.37.25~ynh1 +**Version incluse :** 2023.03.22.05.03.48~ynh1 **Démo :** https://searx.be/ ## Captures d’écran ![Capture d’écran de SearXNG](./doc/screenshots/screenshot_1.png) -![Capture d’écran de SearXNG](./doc/screenshots/screenshot_2.png) ## Avertissements / informations importantes diff --git a/check_process b/check_process index b287317..ea3588a 100644 --- a/check_process +++ b/check_process @@ -1,8 +1,3 @@ -# See here for more information -# https://github.com/YunoHost/package_check#syntax-check_process-file - -# Move this file from check_process.default to check_process when you have filled it. - ;; Test complet ; Manifest domain="domain.tld" @@ -20,15 +15,7 @@ setup_private=1 setup_public=1 upgrade=1 - #upgrade=1 from_commit=CommitHash backup_restore=1 multi_instance=0 port_already_use=0 change_url=1 -;;; Options -Email= -Notification=none -;;; Upgrade options - ; commit=CommitHash - name=Name and date of the commit. - manifest_arg=domain=DOMAIN&path=PATH&is_public=1&language=fr&admin=USER&password=pass&port=666& diff --git a/conf/app.src b/conf/app.src index 98b4e34..e506fca 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/searxng/searxng/archive/abd2d8605eae4f73b9e3f6445aa8f34dbd4ce38c/master.zip -SOURCE_SUM=f5ce021d8cee53e8a42c215c61c1675624848a922b0988ccac20a568c4ee6898 +SOURCE_URL=https://github.com/searxng/searxng/archive/41823da1b2001c2c14cce7743f224767099c8095/master.zip +SOURCE_SUM=f484eb8015f0704c9a685b1bd7d5f0d2e58c1bb788df31ba6da879c729600aec SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/doc/screenshots/screenshot_2.png b/doc/screenshots/screenshot_2.png deleted file mode 100644 index 6d8a67c..0000000 Binary files a/doc/screenshots/screenshot_2.png and /dev/null differ diff --git a/manifest.json b/manifest.json index e74b5ea..d9b8c9d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled", "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": "2023.03.02.17.37.25~ynh1", + "version": "2023.03.22.05.03.48~ynh1", "url": "https://docs.searxng.org/", "upstream": { "license": "AGPL-3.0-or-later", diff --git a/scripts/restore b/scripts/restore index d5d6311..4ced8ff 100755 --- a/scripts/restore +++ b/scripts/restore @@ -97,6 +97,8 @@ chmod u+rwX,g=rX,o= "/var/log/uwsgi/$app" ynh_check_global_uwsgi_config +systemctl enable "uwsgi-app@$app.service" --quiet + #================================================= # START SYSTEMD SERVICE #=================================================