1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00
This commit is contained in:
ericgaspar 2021-11-21 20:06:51 +01:00
parent 4b8dbcdd34
commit e562a627b8
3 changed files with 2 additions and 8 deletions

View file

@ -2,11 +2,6 @@ root __FINALPATH__/front/dist;
location / {
# Force usage of https
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
# global proxy conf
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
@ -127,7 +122,7 @@ location /_protected/media/ {
# proxy_pass $1;
# }
location /_protected/music/ {
location /_protected/music {
# this is an internal location that is used to serve
# audio files once correct permission / authentication
# has been checked on API side

View file

@ -26,7 +26,7 @@
"email": "jean-baptiste@holcroft.fr"
}],
"requirements": {
"yunohost": ">= 4.2.0"
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [

View file

@ -30,7 +30,6 @@ key=$(ynh_app_setting_get --app=$app --key=key)
#=================================================
# CHECK VERSION
#=================================================
ynh_script_progression --message="Checking version..."
upgrade_type=$(ynh_check_app_version_changed)