fix(slskd): Fix websockets
This commit is contained in:
@@ -55,6 +55,18 @@ in {
|
|||||||
include ${./authelia/proxy.conf};
|
include ${./authelia/proxy.conf};
|
||||||
proxy_pass $upstream;
|
proxy_pass $upstream;
|
||||||
'';
|
'';
|
||||||
|
locations."/hub".extraConfig = ''
|
||||||
|
proxy_pass $upstream;
|
||||||
|
proxy_http_version 1.1;
|
||||||
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
|
proxy_set_header Connection "upgrade";
|
||||||
|
proxy_set_header Host $host;
|
||||||
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
|
proxy_set_header X-Forwarded-Protocol $scheme;
|
||||||
|
proxy_set_header X-Forwarded-Host $http_host;
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -14,6 +14,8 @@
|
|||||||
"annex"
|
"annex"
|
||||||
# Can modify Deertopia's Jellyfin libraries.
|
# Can modify Deertopia's Jellyfin libraries.
|
||||||
"jellyfin"
|
"jellyfin"
|
||||||
|
# Can access slskd's downloads
|
||||||
|
"slskd"
|
||||||
];
|
];
|
||||||
initialHashedPassword =
|
initialHashedPassword =
|
||||||
"$y$j9T$aEFDDwdTZbAc6VQRXrkBJ0$K8wxTGTWDihyX1wxJ.ZMH//wmQFfrGGUkLkxIU0Lyq8";
|
"$y$j9T$aEFDDwdTZbAc6VQRXrkBJ0$K8wxTGTWDihyX1wxJ.ZMH//wmQFfrGGUkLkxIU0Lyq8";
|
||||||
|
|||||||
Reference in New Issue
Block a user