1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00

fix embed url

This commit is contained in:
Jean-Baptiste Holcroft 2019-12-08 23:07:34 +01:00
parent 85b209ca58
commit 650b6f4e5e
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ location /front/ {
location /front/embed.html {
more_set_headers X-Frame-Options "ALLOW";
alias __FINALPATH__/front/dist/embed.html;
alias __FINALPATH__/code/front/dist/embed.html;
}
location /federation/ {

View file

@ -5,7 +5,7 @@
"description": {
"en": "A modern, convivial and free music server"
},
"version": "0.20.1~ynh5",
"version": "0.20.1~ynh6",
"url": "https://funkwhale.audio",
"license": "AGPL-3.0-or-later",
"maintainer": {