From 4999574dc91e91e61422d5decda17ea0dbe6e941 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sat, 5 Jul 2025 17:05:27 +0100 Subject: Only show clients with a good UX for new users --- files/virtual_host.cfg.lua.j2 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'files/virtual_host.cfg.lua.j2') diff --git a/files/virtual_host.cfg.lua.j2 b/files/virtual_host.cfg.lua.j2 index fae0cfd..7b933f2 100644 --- a/files/virtual_host.cfg.lua.j2 +++ b/files/virtual_host.cfg.lua.j2 @@ -18,6 +18,13 @@ modules_enabled = { "turn_external"; } +site_apps_show = { + "conversations"; + "dino"; + "gajim"; + "monal"; +} + {%- if roster_groups is defined %} groups_file = "/etc/prosody/groups/{{ virtual_host }}.toml" {% endif %} -- cgit v1.2.3