From 2e2a8d12a9d2e4c04af47af076839d364cc6b603 Mon Sep 17 00:00:00 2001 From: Adrian G L Date: Sun, 16 Jun 2024 13:22:18 +0200 Subject: [PATCH] add truenas jellyfin to routes --- machines/elrond/routes.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/machines/elrond/routes.nix b/machines/elrond/routes.nix index 5aabb58..051285d 100644 --- a/machines/elrond/routes.nix +++ b/machines/elrond/routes.nix @@ -30,6 +30,15 @@ basicAuthFile = config.sops.secrets."nginx/defaultpass".path; }; + virtualHosts."film.lauterer.it" = { + forceSSL = true; + useACMEHost = config.networking.domain; + locations."/" = { + proxyWebsockets = true; + proxyPass = "http://100.104.182.48:8096"; + }; + }; + virtualHosts."home.lauterer.it" = { forceSSL = true; useACMEHost = config.networking.domain;