librechat: add searxng
This commit is contained in:
parent
d051ec20c3
commit
974f11c881
2 changed files with 44 additions and 11 deletions
|
|
@ -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}" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue