From d2595c7fa6e0230b6957fbd50e1ba76093bc333d Mon Sep 17 00:00:00 2001 From: Adrian G L Date: Mon, 4 Nov 2024 10:56:54 +0100 Subject: [PATCH] add new homeassistant --- machines/elrond/routes.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/machines/elrond/routes.nix b/machines/elrond/routes.nix index 59cca5a..25ad230 100644 --- a/machines/elrond/routes.nix +++ b/machines/elrond/routes.nix @@ -50,6 +50,18 @@ #basicAuthFile = config.sops.secrets."nginx/defaultpass".path; }; + virtualHosts."hybel.lauterer.it" = { + forceSSL = true; + useACMEHost = config.networking.domain; + locations."/" = { + proxyWebsockets = true; + proxyPass = "http://100.109.23.4:8123"; + }; + # ignorerer sikkerhet for littegran for å oprettholde lettvinthet og app kompatibilitet. + #basicAuthFile = config.sops.secrets."nginx/defaultpass".path; + }; + + virtualHosts."jellyfin.lauterer.it" = { forceSSL = true; useACMEHost = config.networking.domain;