mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
cleaning
This commit is contained in:
parent
d13e5c20fb
commit
284bf6831b
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
location /mopidy/ws {
|
location /mopidy/ws {
|
||||||
|
|
||||||
proxy_pass http://localhost:__PORT__;
|
proxy_pass http://127.0.0.1:__PORT__;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
|
@ -12,7 +12,7 @@ location /mopidy/ws {
|
||||||
|
|
||||||
location __PATH__/ {
|
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_http_version 1.1;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ location __PATH__/ {
|
||||||
|
|
||||||
location /musicbox_webclient/ {
|
location /musicbox_webclient/ {
|
||||||
|
|
||||||
proxy_pass http://localhost:__PORT__;
|
proxy_pass http://127.0.0.1:__PORT__;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ location /musicbox_webclient/ {
|
||||||
|
|
||||||
location /local/ {
|
location /local/ {
|
||||||
|
|
||||||
proxy_pass http://localhost:__PORT__;
|
proxy_pass http://127.0.0.1:__PORT__;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
"email": "cyp@rouquin.me"
|
"email": "cyp@rouquin.me"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.3.0"
|
"yunohost": ">= 11.2"
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"services": [
|
"services": [
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"help": {
|
"help": {
|
||||||
"en": "Public app can be used by anonymous visitors.",
|
"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
|
"default": false
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue