From ba8fa9ab668a9820eee92103da364042455c5fc2 Mon Sep 17 00:00:00 2001 From: Eric Meehan Date: Thu, 26 Jun 2025 12:58:00 -0400 Subject: [PATCH] Auth service --- tasks/main.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index d4911f4..c4adc03 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -53,6 +53,8 @@ additional: 0-customConfig: config: | + passwords: + enabled: false email: from: '"Matrix Authentication Service" ' reply_to: '"No reply" ' @@ -118,11 +120,24 @@ additional: 1-custom-config: config: | + experimental_features: + msc3266_enabled: true + msc4222_enabled: true + max_event_delay_duration: 24h + rc_message: + per_second: 0.5 + burst_count: 30 + rc_delayed_event_mgmt: + per_second: 1 + burst_count: 20 + enable_metrics: true smtp_host: postfix.eom.dev smtp_port: 587 smtp_user: synapse smtp_pass: {{ synapse_admin_password }} client_base_url: https://element.eom.dev/ auto_join_rooms: + - "#main:eom.dev" - "#general:eom.dev" + - "#help:eom.dev"