rpi4: possibly fix searx auth
This commit is contained in:
parent
567eb9611d
commit
387c87c67a
@ -119,8 +119,9 @@
|
|||||||
port = 8088;
|
port = 8088;
|
||||||
in mkProxy { auth = true; inherit port; extraConfig = {
|
in mkProxy { auth = true; inherit port; extraConfig = {
|
||||||
locations = lib.genAttrs [ "/favicon.ico" "/autocompleter" "/opensearch.xml" ] (attr: {
|
locations = lib.genAttrs [ "/favicon.ico" "/autocompleter" "/opensearch.xml" ] (attr: {
|
||||||
basicAuthFile = lib.mkForce null;
|
extraConfig = ''
|
||||||
basicAuth = lib.mkForce { };
|
auth_basic off;
|
||||||
|
'';
|
||||||
});
|
});
|
||||||
};};
|
};};
|
||||||
# nbt.sh alias proot.link 8090
|
# nbt.sh alias proot.link 8090
|
||||||
|
Loading…
x
Reference in New Issue
Block a user