Adding Jellyfin

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

View file

@ -23,6 +23,7 @@
../../modules/server/nayru
../../modules/server/kalif
../../modules/server/maistro
../../modules/server/mikau
../../modules/server/biggoron
../../modules/server/biggoron/runner.nix

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;
'';
};
};
};
};
};
}