From e93174e665528d2cf4fd224d6e11c20ea01c631e Mon Sep 17 00:00:00 2001 From: Adrian G L Date: Mon, 13 Jan 2025 11:52:45 +0100 Subject: [PATCH] added ai route to openwebui --- machines/elrond/routes.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/machines/elrond/routes.nix b/machines/elrond/routes.nix index 25ad230..dad11c4 100644 --- a/machines/elrond/routes.nix +++ b/machines/elrond/routes.nix @@ -81,6 +81,8 @@ basicAuthFile = config.sops.secrets."nginx/defaultpass".path; }; + + virtualHosts."rss.lauterer.it" = { forceSSL = true; useACMEHost = config.networking.domain; @@ -91,6 +93,18 @@ #basicAuthFile = config.sops.secrets."nginx/defaultpass".path; }; + + virtualHosts."ai.lauterer.it" = { + forceSSL = true; + useACMEHost = config.networking.domain; + locations."/" = { + proxyWebsockets = true; + proxyPass = "http://100.84.215.84:11111"; + }; + #basicAuthFile = config.sops.secrets."nginx/defaultpass".path; + }; + + #virtualHosts."azul.256.no" = { # forceSSL = true; # useACMEHost = config.networking.domain;