librechat: add searxng
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 21s
Flake check / flake-check (pull_request) Successful in 21s

This commit is contained in:
sid 2026-05-19 22:48:22 +02:00
parent d051ec20c3
commit 974f11c881
2 changed files with 44 additions and 11 deletions

View file

@ -21,9 +21,10 @@ in
externalUrl = "https://${fqdn}";
environmentFile = config.sops.templates.librechat-env-file.path;
# environment = {
# ALLOW_REGISTRATION = "true";
# };
environment = {
# ALLOW_REGISTRATION = "true";
SEARXNG_INSTANCE_URL = "https://searxng.website/";
};
};
services.nginx.virtualHosts."${fqdn}" = {