Adding Jellyfin

This commit is contained in:
Lyes Saadi 2026-01-06 23:41:37 +01:00
parent 29b68823ad
commit 3fd75db598
Signed by: lyes
GPG key ID: 55A1D803917CF39A
6 changed files with 59 additions and 9 deletions

View file

@ -69,6 +69,27 @@
proxyWebsockets = true; # collabora a besoin des websockets
};
};
# 8096
"media.lyes.eu" = {
forceSSL = true;
enableACME = true;
locations = {
"/".proxyPass = "http://localhost:8096";
"/metrics" = {
proxyPass = "http://localhost:8096";
extraConfig = ''
allow 127.0.0.1;
allow ::1;
allow 185.230.78.13;
allow 10.13.0.0/24;
allow 10.13.9.0/24;
allow 192.168.1.0/30;
deny all;
'';
};
};
};
};
};
}