Merge branch 'stable' into develop

This commit is contained in:
Georg Krause 2023-06-02 08:25:17 +02:00
commit 69508c69e0
186 changed files with 11365 additions and 11221 deletions

View file

@ -107,6 +107,14 @@ http {
proxy_pass http://funkwhale-api/api/subsonic/rest/;
}
location /media/__sized__/ {
alias /protected/media/__sized__/;
}
location /media/attachments/ {
alias /protected/media/attachments/;
}
location /.well-known/ {
include /etc/nginx/funkwhale_proxy.conf;
proxy_pass http://funkwhale-api;