From ea3b77a877d5ff38a0e913e1ae85139a373cb04b Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 18 Dec 2021 21:11:22 +0100 Subject: [PATCH] Appease linter --- conf/nginx.conf | 5 ----- manifest.json | 14 ++++++-------- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 1331f6f..b374ab5 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,11 +1,6 @@ #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; location __PATH__ { - # Force usage of https - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } - proxy_pass http://127.0.0.1:__PORT____PATH__; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; diff --git a/manifest.json b/manifest.json index 6771d09..8888052 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A movie collection manager for Usenet and BitTorrent users.", "fr": "Un gestionnaire de filmothèque pour utilisateurs de Usenet et BitTorrent." }, - "version": "3.2.2.5080~ynh2", + "version": "3.2.2.5080~ynh3", "url": "https://radarr.video", "upstream": { "license": "GPL-3.0-only", @@ -20,7 +20,7 @@ "email": "tituspijean@outlook.com" }, "requirements": { - "yunohost": ">= 4.2" + "yunohost": ">= 4.3" }, "multi_instance": true, "services": [ @@ -32,19 +32,17 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "example.com" + "type": "domain" }, { "name": "path", "type": "path", - "example": "/radarr", - "default": "/radarr" + "default": "/radarr", + "example": "/radarr" }, { "name": "admin", - "type": "user", - "example": "johndoe" + "type": "user" } ] }