From c59f8ae0041b10d5cff167b038e56ec3147a9fc4 Mon Sep 17 00:00:00 2001
From: teuserer <user@softwerke.md>
Date: Fri, 2 May 2025 09:31:44 +0200
Subject: [PATCH] set matrix host name to netz39.de

this will appear in all matrix user handles
---
 host-pottwal.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/host-pottwal.yml b/host-pottwal.yml
index 5460baa..41c9db1 100644
--- a/host-pottwal.yml
+++ b/host-pottwal.yml
@@ -42,6 +42,7 @@
         # RabbitMQ setup can be found in the inventory
     - role: netz39.matrix_synapse
       vars:
+        matrix_host_name: netz39.de
         matrix_data_path: "{{ data_dir }}/matrix/data"
         matrix_media_path: "{{ data_dir }}/matrix/media"
         matrix_postgres_data_path: "{{ data_dir }}/matrix/postgres"