Adding Jellyfin
This commit is contained in:
parent
29b68823ad
commit
6fd0fa43d6
5 changed files with 57 additions and 9 deletions
|
|
@ -23,6 +23,7 @@
|
|||
../../modules/server/nayru
|
||||
../../modules/server/kalif
|
||||
../../modules/server/maistro
|
||||
../../modules/server/mikau
|
||||
../../modules/server/biggoron
|
||||
../../modules/server/biggoron/runner.nix
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue