temporary searxng instance for use with ollama, will probably break it out into another service at some point

This commit is contained in:
TheWanderingCrow 2025-07-11 13:52:32 -04:00
parent 7946d333b7
commit 0c25456570

View file

@ -20,6 +20,7 @@
enable = true;
redisCreateLocally = true;
settings = {
server.limiter = false;
server.secret_key = "temptestsecret";
server.port = 3001;
server.bind_address = "0.0.0.0";