redis: init searxng
This commit is contained in:
parent
0aff8c08db
commit
4796cce931
1 changed files with 12 additions and 0 deletions
|
@ -13,5 +13,17 @@
|
||||||
protected-mode = "no";
|
protected-mode = "no";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
searxng = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
port = 6380;
|
||||||
|
bind = null;
|
||||||
|
databases = 16;
|
||||||
|
logLevel = "debug";
|
||||||
|
requirePass = "searxng";
|
||||||
|
settings = {
|
||||||
|
protected-mode = "no";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue