summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2025-02-18 10:40:33 -0500
committerBen Sima <ben@bsima.me>2025-02-18 10:40:33 -0500
commit95e69e3c1d5e2153ea98dc1739e09e6cc0196c2b (patch)
tree8f9d264117104b665cef2a0502e5697cfae1cfa7
parent105eb1d4d1a41001387d799ecb78faf860195939 (diff)
Update port in tv.simatime
I really need a better way of setting this port rather than manually updating it when I reconfigure emby.
-rw-r--r--Omni/Cloud/Web.nix2
1 files changed, 1 insertions, 1 deletions
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;
};