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/3] 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/3] 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/3] 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/",