gerd: adds searx w/ authentication in front
This commit is contained in:
parent
3a0792caec
commit
59e21eb9e3
4 changed files with 55 additions and 0 deletions
|
@ -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 = {};
|
||||
|
|
|
@ -55,4 +55,7 @@ in
|
|||
# restic
|
||||
"restic/env.age".publicKeys = defaultAccess;
|
||||
"restic/pass.age".publicKeys = defaultAccess;
|
||||
|
||||
# searx
|
||||
"searx/env.age".publicKeys = defaultAccess;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue