From 7e05e05fec576f1a40455140da18980b14d58a5b Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Tue, 5 Nov 2024 15:03:08 -0500 Subject: [PATCH] Make Matrix FQDN pretty (#8) 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