From 8cae2143257c63204d5f0349a13c806c55307e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 12 Mar 2023 16:49:51 +0100 Subject: [PATCH 1/6] Update upgrade --- scripts/upgrade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index f38c139..77cf803 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -185,6 +185,8 @@ chown $app:$app "$final_path/some_config_file" ### ynh_replace_string --match_string="match_string" --replace_string="replace_string" --target_file="$final_path/some_config_file" ### ynh_store_file_checksum --file="$final_path/some_config_file" +chown -R $app: "$final_path" + #================================================= # SETUP SYSTEMD #================================================= From 80f1004b5242267a9e1dc4aaf08b70d65051eb1e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 13 Mar 2023 13:20:46 +0100 Subject: [PATCH 2/6] CommitHash is not an actual commit... --- check_process | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/check_process b/check_process index f41c4c9..f10c3d0 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=1 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& From e94f6acfe1311e5c365e608662946ed58e864c01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 13 Mar 2023 17:42:57 +0100 Subject: [PATCH 3/6] Update manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 7ed35aa..21114c1 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "searxng", "packaging_format": 1, "description": { - "en": "SearXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled", - "fr": "SearXNG est 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" + "en": "Metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled", + "fr": "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", "url": "https://docs.searxng.org/", From 1b8043bbb5a83e1a7ef223508020747efea1954b Mon Sep 17 00:00:00 2001 From: mh4ckt3mh4ckt1c4s Date: Sun, 19 Mar 2023 23:39:31 +0100 Subject: [PATCH 4/6] Fix restore script --- scripts/restore | 2 ++ 1 file changed, 2 insertions(+) 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 #================================================= From a159965487703e738bb26d4641ada3c3e5bfa30a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 20 Mar 2023 06:22:17 +0000 Subject: [PATCH 5/6] Upgrade to v2023.03.19.14.31.45 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 98b4e34..849904b 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/70e3fa94411ef3a8205fe61ce4679835bf365b51/master.zip +SOURCE_SUM=768bb66a5b9b3c15835f4ebd595d3de5f526034b942733a14df52328b9f10eed SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index e74b5ea..74218e1 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.19.14.31.45~ynh1", "url": "https://docs.searxng.org/", "upstream": { "license": "AGPL-3.0-or-later", From b892034de48d18ea34bccab20a1c9804a09baaa9 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 20 Mar 2023 06:22:23 +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 0a24d98..176d91b 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 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.19.14.31.45~ynh1 **Demo:** https://searx.be/ diff --git a/README_fr.md b/README_fr.md index 2c4e431..7dd2077 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 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.19.14.31.45~ynh1 **Démo :** https://searx.be/