1
0
Fork 0

mediaserver: wip jellyfin

This commit is contained in:
Daniel Kempkens 2023-04-19 21:59:00 +02:00
parent 8c0e42e982
commit 15d9313a67
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -9,6 +9,12 @@
};
services.nginx.virtualHosts."jellyfin.internal.kempkens.network" = {
listen = [{
addr = "0.0.0.0";
port = 9920;
ssl = true;
}];
quic = true;
http3 = true;
@ -17,7 +23,7 @@
locations."/" = {
recommendedProxySettings = true;
proxyPass = "http://192.168.42.2:7878";
proxyPass = "http://127.0.0.1:8096";
proxyWebsockets = true;
};
};