From 830670c8f04e38f0535fd1eaa55b56ee6f9e2366 Mon Sep 17 00:00:00 2001 From: pazpi Date: Thu, 20 Mar 2025 21:52:40 +0100 Subject: [PATCH] Add service LibreChat with subdomain (docker) --- hosts/caddy/default.nix | 5 +++++ hosts/parameters.nix | 1 + 2 files changed, 6 insertions(+) diff --git a/hosts/caddy/default.nix b/hosts/caddy/default.nix index 35e4ad7..b1c574f 100644 --- a/hosts/caddy/default.nix +++ b/hosts/caddy/default.nix @@ -151,6 +151,11 @@ in host = "http://qbittorrent.${p.domains.tsDns}:8080"; domain = p.domains.ts; } + { + subdomain = "ai"; + host = "http://${p.hosts.librechat}:3080"; + domain = p.domains.public; + } ]; }; diff --git a/hosts/parameters.nix b/hosts/parameters.nix index a421ee9..fb78900 100644 --- a/hosts/parameters.nix +++ b/hosts/parameters.nix @@ -16,6 +16,7 @@ dns02 = "192.168.1.3"; shadowshocks = "shadowshocks.internal"; mpd = "192.168.1.7"; + librechat = "librechat.internal"; }; domains = { public = "pasetto.me";