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": { 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 #================================================= 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 #================================================= 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 #=================================================