gerd.murmur: adds murmur server
This commit is contained in:
parent
f3111da7f2
commit
5ff8a7a1bd
5 changed files with 55 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
age.secrets = {
|
||||
# authelia
|
||||
authelia-jwt.file = ./authelia/jwt.age;
|
||||
authelia-storage.file = ./authelia/storage.age;
|
||||
authelia-session.file = ./authelia/session.age;
|
||||
|
@ -7,6 +8,10 @@
|
|||
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
|
||||
lldap-user-pass.file = ./lldap/user-pass.age;
|
||||
|
||||
# mumble
|
||||
murmur-env.file = ./murmur/env.age;
|
||||
};
|
||||
}
|
||||
|
|
BIN
secrets/murmur/env.age
Normal file
BIN
secrets/murmur/env.age
Normal file
Binary file not shown.
|
@ -10,6 +10,7 @@ let
|
|||
defaultAccess = users ++ systems;
|
||||
in
|
||||
{
|
||||
# authelia
|
||||
"authelia/jwt.age".publicKeys = defaultAccess;
|
||||
"authelia/storage.age".publicKeys = defaultAccess;
|
||||
"authelia/session.age".publicKeys = defaultAccess;
|
||||
|
@ -17,5 +18,9 @@ in
|
|||
"authelia/oidc-issuer-privatekey-crt.age".publicKeys = defaultAccess;
|
||||
"authelia/lldap-bind-user-pass.age".publicKeys = defaultAccess;
|
||||
|
||||
# lldap
|
||||
"lldap/user-pass.age".publicKeys = defaultAccess;
|
||||
|
||||
# mumble
|
||||
"murmur/env.age".publicKeys = defaultAccess;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue