From 40671e125a162135f62d36da9987a94e6c2ae20d Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 5 Feb 2021 16:05:42 +0100 Subject: [PATCH 1/4] Don't integrate uwsgi service ... the real service is uwsgi@searx --- scripts/install | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/install b/scripts/install index bbd7566..b871370 100644 --- a/scripts/install +++ b/scripts/install @@ -125,13 +125,6 @@ ynh_script_progression --message="Configuring uWSGI for Searx..." --weight=2 ynh_add_uwsgi_service -#================================================= -# ADVERTISE SERVICE IN ADMIN PANEL -#================================================= - -# Ajoute le service au monitoring de YunoHost. -yunohost service add uwsgi --log "/var/log/uwsgi/app/$app.log" - #================================================= # CHECK SEARX STARTING #================================================= From 0445dd8151b4d2502bbc9fb68f2387806fd2180c Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 5 Feb 2021 16:07:08 +0100 Subject: [PATCH 2/4] Don't integrate uwsgi service ... the real service is uwsgi@searx --- scripts/upgrade | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index fb4bd91..0caaa3c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -159,13 +159,6 @@ ynh_secure_remove --file="/etc/uwsgi/apps-enabled/$app.ini" ynh_secure_remove --file="/etc/uwsgi/apps-available/$app.ini" ynh_add_uwsgi_service -#================================================= -# INTEGRATE SERVICE WITH YUNOHOST -#================================================= - -# Ajoute le service au monitoring de YunoHost. -yunohost service add uwsgi --log "/var/log/uwsgi/app/$app.log" - #================================================= # CHECK SEARX STARTING #================================================= From f1d0cfa88ef5e496acc3a1d05dfc154d6c1d71c1 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 5 Feb 2021 16:08:54 +0100 Subject: [PATCH 3/4] Don't integrate uwsgi service ... the real service is uwsgi@searx --- scripts/restore | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/restore b/scripts/restore index f9866b0..7641b1d 100755 --- a/scripts/restore +++ b/scripts/restore @@ -88,13 +88,6 @@ chown $app:root /var/log/uwsgi/$app ynh_check_global_uwsgi_config systemctl enable "uwsgi-app@$app.service" --quiet -#================================================= -# ADVERTISE SERVICE IN ADMIN PANEL -#================================================= - -# Ajoute le service au monitoring de YunoHost. -yunohost service add uwsgi --log "/var/log/uwsgi/app/$app.log" - #================================================= # GENERIC FINALISATION #================================================= From 99d48920cade94debb13ceb53d9fa5975d5a1788 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 5 Feb 2021 16:09:45 +0100 Subject: [PATCH 4/4] Bump version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 964db42..23d1d2d 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": "0.18.0~ynh1", + "version": "0.18.0~ynh2", "url": "https://searx.github.io/searx/", "license": "AGPL-3.0-or-later", "maintainer": {