diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2025-09-21 13:01:12 +0100 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2025-09-21 13:13:30 +0100 |
| commit | c686f233201cd2d5d60ebc4b9127d1bc2389dcc3 (patch) | |
| tree | 34ce4558dcb14298c6e4468c86eea7fba5c8f789 /files/virtual_host.cfg.lua.j2 | |
| parent | fea8112921b688c508bbab34587dc3c6661c72fa (diff) | |
Place invites behind a flag
Invites are not needed on a single-user transport-only server. Therefore, place
this functionality behind a flag.
Diffstat (limited to 'files/virtual_host.cfg.lua.j2')
| -rw-r--r-- | files/virtual_host.cfg.lua.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/files/virtual_host.cfg.lua.j2 b/files/virtual_host.cfg.lua.j2 index afc9774..c21886b 100644 --- a/files/virtual_host.cfg.lua.j2 +++ b/files/virtual_host.cfg.lua.j2 @@ -25,12 +25,14 @@ modules_enabled = { } +{% if not is_transport_server %} site_apps_show = { "conversations"; "dino"; "gajim"; "monal"; } +{% endif %} contact_info = { abuse = { "xmpp:abuse@{{ virtual_host }}" }; |
