Jellyfin revers proxy

This commit is contained in:
Nathan McCarty 2023-04-11 02:05:38 -04:00
parent 4cca8b7b1a
commit 641c13af15
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
2 changed files with 2 additions and 4 deletions

View File

@ -97,7 +97,6 @@
"PUID" = "1000"; "PUID" = "1000";
"PGID" = "1000"; "PGID" = "1000";
"TZ" = "America/New_York"; "TZ" = "America/New_York";
# "JELLFIN_PublishedServerUrl" = "jellyfin.mccarty.io";
"DOCKER_MODS" = "linuxserver/mods:jellyfin-opencl-intel"; "DOCKER_MODS" = "linuxserver/mods:jellyfin-opencl-intel";
}; };
ports = [ "8096:8096" "8920:8920" ]; ports = [ "8096:8096" "8920:8920" ];

View File

@ -203,10 +203,9 @@
forceSSL = true; forceSSL = true;
useACMEHost = "mccarty.io"; useACMEHost = "mccarty.io";
locations."/" = { locations."/" = {
proxyPass = "http://100.121.150.78:8920"; proxyPass = "http://100.121.150.78:8096";
extraConfig = '' extraConfig = ''
allow 100.64.0.0/10; allow all;
deny all;
''; '';
}; };
}; };