gerd.authelia: add initial authelia configuration

It is one big mess, and I'm unsure what is and what isn't needed.
This commit is contained in:
eyjhb 2024-08-09 21:38:40 +02:00
parent e88f8477da
commit 1454e64981
Signed by: eyjhb
GPG key ID: 609F508E3239F920
9 changed files with 116 additions and 0 deletions

View file

@ -1,5 +1,12 @@
{
age.secrets = {
authelia-jwt.file = ./authelia/jwt.age;
authelia-storage.file = ./authelia/storage.age;
authelia-session.file = ./authelia/session.age;
authelia-oidc-issuer-privatekey-pem.file = ./authelia/oidc-issuer-privatekey-pem.age;
authelia-oidc-issuer-privatekey-crt.file = ./authelia/oidc-issuer-privatekey-crt.age;
authelia-lldap-bind-user-pass.file = ./authelia/lldap-bind-user-pass.age;
lldap-user-pass.file = ./lldap/user-pass.age;
};
}