gerd.murmur: adds murmur server

This commit is contained in:
eyjhb 2024-08-09 22:45:15 +02:00
parent f3111da7f2
commit 5ff8a7a1bd
Signed by: eyjhb
GPG key ID: 609F508E3239F920
5 changed files with 55 additions and 0 deletions

View file

@ -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;
};
}