Jellyfin open port
This commit is contained in:
@@ -129,15 +129,6 @@
|
||||
# unpackerr
|
||||
# flaresolverr
|
||||
|
||||
# forward port for jellyfin
|
||||
networking.nat.forwardPorts = [
|
||||
{
|
||||
destination = "vpn.containers:8096"; # http
|
||||
proto = "tcp";
|
||||
sourcePort = 8096;
|
||||
}
|
||||
];
|
||||
|
||||
services.nginx.enable = true;
|
||||
services.nginx.virtualHosts."bazarr.s0".locations."/".proxyPass = "http://vpn.containers:6767";
|
||||
services.nginx.virtualHosts."radarr.s0".locations."/".proxyPass = "http://vpn.containers:7878";
|
||||
@@ -149,6 +140,10 @@
|
||||
proxyPass = "http://vpn.containers:8096";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
services.nginx.virtualHosts."s0".locations."/" = {
|
||||
proxyPass = "http://vpn.containers:8096";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
services.nginx.virtualHosts."transmission.s0".locations."/" = {
|
||||
proxyPass = "http://vpn.containers:9091";
|
||||
proxyWebsockets = true;
|
||||
|
||||
Reference in New Issue
Block a user