Jellyfin revers proxy
This commit is contained in:
parent
4cca8b7b1a
commit
641c13af15
|
@ -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" ];
|
||||||
|
|
|
@ -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;
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue