From 38d391ea4dd6e5cbafb0788390c55d3c5a641cf6 Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Tue, 5 Nov 2024 01:59:15 -0500 Subject: [PATCH] Make Matrix FQDN pretty Builds on SeaGL/seagl-terraform#87 --- inventory/group_vars/matrix_servers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/matrix_servers.yml b/inventory/group_vars/matrix_servers.yml index 7ecc91f8c74..98fced73d70 100644 --- a/inventory/group_vars/matrix_servers.yml +++ b/inventory/group_vars/matrix_servers.yml @@ -15,7 +15,7 @@ matrix_static_files_file_matrix_support_enabled: true matrix_static_files_container_labels_base_domain_enabled: true matrix_static_files_container_labels_base_domain_root_path_redirection_url: https://seagl.org/attend -matrix_server_fqn_matrix: "{{ now(fmt='%Y') }}-ephemeral.host.seagl.org" +matrix_server_fqn_matrix: "matrix.{{ now(fmt='%Y') }}.seagl.org" # Enable or disable this when the time is right matrix_synapse_enable_registration: true