From 263d2747f364443ab107083d040a46aea7fc1cba Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 4 Mar 2025 22:06:14 +0300 Subject: [PATCH] add other services --- modules/caddy.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/modules/caddy.nix b/modules/caddy.nix index c071f09..1e2387d 100644 --- a/modules/caddy.nix +++ b/modules/caddy.nix @@ -31,6 +31,18 @@ # } # acme_dns cloudflare {env.CF_API_TOKEN} ''; + virtualHosts = { + "jellyfin.ts.osbm.dev" = { + extraConfig = '' + reverse_proxy ymir.curl-boga.ts.net:8096 + ''; + }; + "chat.ts.osbm.dev" = { + extraConfig = '' + reverse_proxy ymir.curl-boga.ts.net:3000 + ''; + }; + }; }; networking.firewall.allowedTCPPorts = [80 443 3000];