Nix flake configuration for my various machines (clients and homelab servers)
0

Configure Feed

Select the types of activity you want to include in your feed.

fix librechat health endpoint

Parthiv Krishna (Apr 4, 2026, 8:52 PM UTC) 4013b2fe f4725d4f

+1 -1
+1 -1
modules/features/selfhosted/librechat.nix
··· 4 4 name = "librechat"; 5 5 subdomain = "ai"; 6 6 port = 3080; 7 - statusPath = "/api/health"; 7 + statusPath = "/health"; 8 8 9 9 backupServices = [ "librechat.service" ]; 10 10