try again searxng
This commit is contained in:
parent
21e827758c
commit
79e1a8ef56
1 changed files with 11 additions and 6 deletions
|
|
@ -4,12 +4,17 @@
|
||||||
services.searx = {
|
services.searx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
redisCreateLocally = true;
|
redisCreateLocally = true;
|
||||||
settings.server = {
|
settings {
|
||||||
bind_address = "::1";
|
server = {
|
||||||
port = 8080;
|
base_url = "https://search.example.com";
|
||||||
# WARNING: setting secret_key here might expose it to the nix cache
|
port = 8888;
|
||||||
# see below for the sops or environment file instructions to prevent this
|
bind_address = "127.0.0.1";
|
||||||
secret_key = "asdfkljlksjd38107e17u00d28481#*@)$)*";
|
secret_key = "asdfkljlksjd38107e17u00d28481#*@)$)*";
|
||||||
|
limiter = true;
|
||||||
|
public_instance = true;
|
||||||
|
image_proxy = true;
|
||||||
|
method = "GET";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue