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:
parent
e88f8477da
commit
1454e64981
9 changed files with 116 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue