1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mopidy_ynh.git synced 2024-09-03 19:46:21 +02:00
This commit is contained in:
Éric Gaspar 2023-11-02 13:03:19 +01:00
parent d13e5c20fb
commit 284bf6831b
2 changed files with 6 additions and 6 deletions

View file

@ -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;

View file

@ -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
},