Jellyfin revers proxy
This commit is contained in:
parent
4cca8b7b1a
commit
641c13af15
|
@ -97,7 +97,6 @@
|
|||
"PUID" = "1000";
|
||||
"PGID" = "1000";
|
||||
"TZ" = "America/New_York";
|
||||
# "JELLFIN_PublishedServerUrl" = "jellyfin.mccarty.io";
|
||||
"DOCKER_MODS" = "linuxserver/mods:jellyfin-opencl-intel";
|
||||
};
|
||||
ports = [ "8096:8096" "8920:8920" ];
|
||||
|
|
|
@ -203,10 +203,9 @@
|
|||
forceSSL = true;
|
||||
useACMEHost = "mccarty.io";
|
||||
locations."/" = {
|
||||
proxyPass = "http://100.121.150.78:8920";
|
||||
proxyPass = "http://100.121.150.78:8096";
|
||||
extraConfig = ''
|
||||
allow 100.64.0.0/10;
|
||||
deny all;
|
||||
allow all;
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue