From 978ac50a23a6456a7c2c9a20632f2e0877225cde Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Wed, 12 Mar 2025 17:59:27 -0500 Subject: [PATCH] update proxy --- hosts/nas/apps/traefik/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nas/apps/traefik/default.nix b/hosts/nas/apps/traefik/default.nix index f8b3bd1..b04c268 100755 --- a/hosts/nas/apps/traefik/default.nix +++ b/hosts/nas/apps/traefik/default.nix @@ -8,7 +8,7 @@ let cloudUrl = "http://10.0.2.18:80"; jellyfinUrl = "http://10.0.1.18:8096"; jellyseerrUrl = "http://10.0.1.52:5055"; - hassUrl = "http://jallen-hass.local:8123"; + hassUrl = "http://homeassistant.local:8123"; openWebUIUrl = "http://10.0.1.18:8888"; paperlessUrl = "http://10.0.1.20:28981"; cacheUrl = "http://10.0.1.18:5000";