From 95e69e3c1d5e2153ea98dc1739e09e6cc0196c2b Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 18 Feb 2025 10:40:33 -0500 Subject: Update port in tv.simatime I really need a better way of setting this port rather than manually updating it when I reconfigure emby. --- Omni/Cloud/Web.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Omni/Cloud/Web.nix b/Omni/Cloud/Web.nix index d06bab1..1225247 100644 --- a/Omni/Cloud/Web.nix +++ b/Omni/Cloud/Web.nix @@ -156,7 +156,7 @@ in { }; "tv.${rootDomain}" = { - locations."/".proxyPass = "http://tityos.feralhosting.com:37565"; + locations."/".proxyPass = "http://tityos.feralhosting.com:50393"; forceSSL = true; useACMEHost = rootDomain; }; -- cgit v1.2.3