From 284bf6831b26a8f51d53c0dbb7d9840e21190bcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 2 Nov 2023 13:03:19 +0100 Subject: [PATCH] cleaning --- conf/nginx.conf | 8 ++++---- manifest.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 4d4b142..a434d4a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,6 +1,6 @@ location /mopidy/ws { - proxy_pass http://localhost:__PORT__; + proxy_pass http://127.0.0.1:__PORT__; proxy_http_version 1.1; proxy_set_header Host $host; proxy_set_header Upgrade $http_upgrade; @@ -12,7 +12,7 @@ location /mopidy/ws { location __PATH__/ { - proxy_pass http://localhost:__PORT__/musicbox_webclient/; + proxy_pass http://127.0.0.1:__PORT__/musicbox_webclient/; proxy_http_version 1.1; proxy_set_header Host $host; @@ -22,7 +22,7 @@ location __PATH__/ { location /musicbox_webclient/ { - proxy_pass http://localhost:__PORT__; + proxy_pass http://127.0.0.1:__PORT__; proxy_http_version 1.1; proxy_set_header Host $host; @@ -32,7 +32,7 @@ location /musicbox_webclient/ { location /local/ { - proxy_pass http://localhost:__PORT__; + proxy_pass http://127.0.0.1:__PORT__; proxy_http_version 1.1; proxy_set_header Host $host; diff --git a/manifest.json b/manifest.json index c5a5a1f..d329cc9 100644 --- a/manifest.json +++ b/manifest.json @@ -24,7 +24,7 @@ "email": "cyp@rouquin.me" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.2" }, "multi_instance": false, "services": [ @@ -47,7 +47,7 @@ "type": "boolean", "help": { "en": "Public app can be used by anonymous visitors.", - "fr": "L'application publique peut être utilisée par des visiteurs anonymes " + "fr": "L'application publique peut être utilisée par des visiteurs anonymes." }, "default": false },