kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Dev setup for working with subsonic API
rodzic
67dc414c8a
commit
632aca5153
|
@ -82,5 +82,9 @@ http {
|
|||
include /etc/nginx/funkwhale_proxy.conf;
|
||||
proxy_pass http://api:12081/;
|
||||
}
|
||||
location /rest/ {
|
||||
include /etc/nginx/funkwhale_proxy.conf;
|
||||
proxy_pass http://api:12081/api/subsonic/rest/;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ module.exports = {
|
|||
changeOrigin: true,
|
||||
ws: true,
|
||||
filter: function (pathname, req) {
|
||||
let proxified = ['.well-known', 'staticfiles', 'media', 'federation', 'api']
|
||||
let proxified = ['rest', '.well-known', 'staticfiles', 'media', 'federation', 'api']
|
||||
let matches = proxified.filter(e => {
|
||||
return pathname.match(`^/${e}`)
|
||||
})
|
||||
|
|
Ładowanie…
Reference in New Issue