diff options
author | Matthew Fennell <matthew@fennell.dev> | 2025-07-05 17:05:27 +0100 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2025-07-05 17:06:27 +0100 |
commit | 4999574dc91e91e61422d5decda17ea0dbe6e941 (patch) | |
tree | 4b2f3be42e64f8303abc29ea8fcb4b58ef8aec8c | |
parent | a8c78551e8a04415179b8c4383f5b31d3b7579e9 (diff) |
Only show clients with a good UX for new users
-rw-r--r-- | files/virtual_host.cfg.lua.j2 | 7 |
1 files changed, 7 insertions, 0 deletions
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 %} |