From 105eb1d4d1a41001387d799ecb78faf860195939 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 7 Feb 2025 10:04:49 -0500 Subject: Switch to feralhosting for emby stuff Because tv.simatime.com is easier to type and remember than the feralhosting URL with the port and everything. --- Omni/Cloud/Web.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Omni') diff --git a/Omni/Cloud/Web.nix b/Omni/Cloud/Web.nix index fe7d64f..d06bab1 100644 --- a/Omni/Cloud/Web.nix +++ b/Omni/Cloud/Web.nix @@ -156,7 +156,7 @@ in { }; "tv.${rootDomain}" = { - locations."/".proxyPass = "http://${ports.bensIp}:${toString ports.jellyfin}"; + locations."/".proxyPass = "http://tityos.feralhosting.com:37565"; forceSSL = true; useACMEHost = rootDomain; }; -- cgit v1.2.3