Add service LibreChat with subdomain (docker)

This commit is contained in:
pazpi 2025-03-20 21:52:40 +01:00
parent 4078120b08
commit 830670c8f0
2 changed files with 6 additions and 0 deletions

View file

@ -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;
}
];
};

View file

@ -16,6 +16,7 @@
dns02 = "192.168.1.3";
shadowshocks = "shadowshocks.internal";
mpd = "192.168.1.7";
librechat = "librechat.internal";
};
domains = {
public = "pasetto.me";