alpine: update authentik and mautrix
This commit is contained in:
parent
e8ebe67ad1
commit
ce966f0782
4 changed files with 43 additions and 22 deletions
|
|
@ -36,6 +36,11 @@ in {
|
|||
"synapse/secrets.yaml" = {
|
||||
owner = "matrix-synapse";
|
||||
content = builtins.toJSON {
|
||||
jwt_config = {
|
||||
enabled = true;
|
||||
secret = sops.placeholder."synapse/oidc_client_secret";
|
||||
algorithm = "RS256";
|
||||
};
|
||||
oidc_providers = [
|
||||
{
|
||||
idp_id = "authentik";
|
||||
|
|
@ -84,6 +89,21 @@ in {
|
|||
];
|
||||
}
|
||||
];
|
||||
# log_config = pkgs.writeTextFile {
|
||||
# name = "synapse-logging.json";
|
||||
# text = builtins.toJSON {
|
||||
# version = 1;
|
||||
# root = {
|
||||
# level = "INFO";
|
||||
# handlers = ["console"];
|
||||
# };
|
||||
# formatters.precise.format = "%(levelname)s - %(name)s - %(message)s";
|
||||
# handlers.console = {
|
||||
# class = "logging.StreamHandler";
|
||||
# formatter = "precise";
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue