gerd: adds searx w/ authentication in front

This commit is contained in:
eyjhb 2024-12-17 13:20:51 +01:00
parent 3a0792caec
commit 59e21eb9e3
Signed by: eyjhb
GPG key ID: 609F508E3239F920
4 changed files with 55 additions and 0 deletions

View file

@ -45,6 +45,9 @@
# restic
restic-env.file = ./restic/env.age;
restic-pass.file = ./restic/pass.age;
# searx
searx-env.file = ./searx/env.age;
};
users.groups.secrets-lldap-bind-user-pass = {};

View file

@ -55,4 +55,7 @@ in
# restic
"restic/env.age".publicKeys = defaultAccess;
"restic/pass.age".publicKeys = defaultAccess;
# searx
"searx/env.age".publicKeys = defaultAccess;
}