add librechat-oci

This commit is contained in:
sid 2026-05-19 00:26:20 +02:00
parent cc27c3bde4
commit aa51907812
3 changed files with 49 additions and 0 deletions

View file

@ -25,6 +25,10 @@ rec {
subdomain = "f";
fqdn = subdomain + "." + domain;
};
librechat-oci = {
fqdn = "lc." + domain;
port = 3080;
};
mailserver = rec {
subdomain = "mail";
fqdn = subdomain + "." + domain;