From 1d1151e1437f369f635ac95f8c6b0cb51fe62751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 11 Jan 2023 10:20:50 +0100 Subject: [PATCH] Fix linter --- conf/nginx.conf | 1 + manifest.json | 8 ++++---- scripts/upgrade | 1 - 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index f9ce15c..d9d60a3 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,6 @@ #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; location __PATH__/ { + proxy_pass http://127.0.0.1:__PORT__; proxy_set_header Connection ""; proxy_set_header Host $host; diff --git a/manifest.json b/manifest.json index 79aea9b..ed81a10 100644 --- a/manifest.json +++ b/manifest.json @@ -6,11 +6,11 @@ "en": "Monitoring service for various torrent clients", "fr": "Service de surveillance pour divers clients torrent" }, - "version": "4.7.0~ynh2", - "url": "https://github.com/jesec/flood", + "version": "4.7.0~ynh3", + "url": "https://flood.js.org/", "upstream": { "license": "GPL-3.0-or-later", - "website": "https://github.com/jesec/flood", + "website": "https://flood.js.org/", "admindoc": "https://github.com/jesec/flood/wiki", "code": "https://github.com/jesec/flood" }, @@ -21,7 +21,7 @@ "url": "https://taker.fr" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": false, "services": [ diff --git a/scripts/upgrade b/scripts/upgrade index babbe4c..5d80dd9 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -27,7 +27,6 @@ rt_port=$(ynh_app_setting_get --app=$app --key=rt_port) #================================================= # CHECK VERSION #================================================= -ynh_script_progression --message="Checking version..." upgrade_type=$(ynh_check_app_version_changed)