feat(server): move librechat webapp config to its own module

This commit is contained in:
Mohammad Rafiq 2025-06-13 04:20:43 +08:00
parent 181e5d6ec8
commit ecad3fc68e
No known key found for this signature in database
2 changed files with 28 additions and 18 deletions

View file

@ -35,6 +35,7 @@
};
web-apps = {
librechat.enable = true;
librechat.url = "chat.bwfiq.com";
mattermost.enable = true;
mattermost.url = "mm.bwfiq.com";
};
@ -47,11 +48,6 @@
source = "aenyrathia.wiki";
target = "http://helios:5896";
}
{
#TODO: merge into librechat module
source = "chat.bwfiq.com";
target = "http://localhost:3080";
}
{
source = "il.bwfiq.com";
target = "http://helios:2283";