WIP: feat(authelia): Add authentication with authelia
This commit is contained in:
parent
94ec261a94
commit
27f28457b2
9 changed files with 256 additions and 9 deletions
configuration
|
@ -3,6 +3,24 @@
|
|||
defaultSopsFile = ../keys/production.yaml;
|
||||
|
||||
secrets = {
|
||||
"authelia/storage-encryption-key" = {
|
||||
owner = "authelia-tlaternet";
|
||||
group = "authelia-tlaternet";
|
||||
};
|
||||
"authelia/jwt-secret" = {
|
||||
owner = "authelia-tlaternet";
|
||||
group = "authelia-tlaternet";
|
||||
};
|
||||
"authelia/session-secret" = {
|
||||
owner = "authelia-tlaternet";
|
||||
group = "authelia-tlaternet";
|
||||
};
|
||||
"authelia/lldap-password" = {
|
||||
owner = "authelia-tlaternet";
|
||||
group = "lldap";
|
||||
mode = "0440";
|
||||
};
|
||||
|
||||
"battery-manager/email" = { };
|
||||
|
||||
"battery-manager/password" = { };
|
||||
|
@ -28,6 +46,10 @@
|
|||
"heisenbridge/as-token" = { };
|
||||
"heisenbridge/hs-token" = { };
|
||||
|
||||
# lldap
|
||||
"lldap/admin-password" = { };
|
||||
"lldap/key" = { };
|
||||
|
||||
# Matrix-hookshot
|
||||
"matrix-hookshot/as-token" = { };
|
||||
"matrix-hookshot/hs-token" = { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue