From e50397c2e3d6a1e5e330bcd44ea40a2a71e807f9 Mon Sep 17 00:00:00 2001 From: Adrian G L Date: Wed, 24 Sep 2025 11:56:16 +0200 Subject: [PATCH] add jupyter to routers --- machines/elrond/routes.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/machines/elrond/routes.nix b/machines/elrond/routes.nix index 0b1f4de..b424a47 100644 --- a/machines/elrond/routes.nix +++ b/machines/elrond/routes.nix @@ -81,7 +81,15 @@ basicAuthFile = config.sops.secrets."nginx/defaultpass".path; }; - + virtualHosts."jupyter.lauterer.it" = { + forceSSL = true; + useACMEHost = config.networking.domain; + locations."/" = { + proxyWebsockets = true; + proxyPass = "http://100.84.215.84:8771"; + }; + #basicAuthFile = config.sops.secrets."nginx/defaultpass".path; + }; virtualHosts."rss.lauterer.it" = { forceSSL = true;