gerd: adds searx w/ authentication in front
This commit is contained in:
parent
3a0792caec
commit
f160a3ebb6
5 changed files with 66 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 = {};
|
||||
|
|
11
secrets/searx/env.age
Normal file
11
secrets/searx/env.age
Normal file
|
@ -0,0 +1,11 @@
|
|||
age-encryption.org/v1
|
||||
-> ssh-ed25519 QSDXqg fNc/NTcJ2bRYE0SIvKFIJG8mo9RrAvSxAB97RC+Gywg
|
||||
10OeGwUb1GaxvS6gOMh4yIJsTAq1Q7QoLasHp0OSzEo
|
||||
-> X25519 YSMcNwnLlqTImvRejhbowWVxTTo1bkhUL6BrQbXq7ns
|
||||
LLIOfY+u/qT/PVBIniGh+WztTwmHGJuY8cgWuqGEkhg
|
||||
-> ssh-ed25519 n8n9DQ Up+IltuGUo5c9MOGjrNV8tZH/CicwxKmRAJrlNL+bWw
|
||||
P3d/iYWJNDl5FedbSXUrtVtgZ8YJTx0BHToIzZqMnxM
|
||||
-> ssh-ed25519 BTp6UA 5fO9KgLtLJ2DEY4YuW5Ybt/BtziL1JmRUwJ0xYyMVhE
|
||||
uOqXkfhkjG9ocjEzboWKe39+18q+Dr1WRIppQA4B/h4
|
||||
--- rjsMU+9R21buoWlPfLWXxcBk5mHsSZ0H9uLgZTyS/9s
|
||||
@~ø‹WÅOì4@U’.ÎcRÄšªbýÎ:øD¥<>ô΀ÕÅ)]XÑ—¤HßP]^þÖ<C2AD>úFœ‹4º=%–8K@biçѼىžÝqÔfö”j”1OZ_n¦
|
|
@ -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