diff --git a/roles/prosody/templates/prosody.cfg.lua.j2 b/roles/prosody/templates/prosody.cfg.lua.j2 index 932329f..9d26f10 100644 --- a/roles/prosody/templates/prosody.cfg.lua.j2 +++ b/roles/prosody/templates/prosody.cfg.lua.j2 @@ -102,6 +102,11 @@ contact_info = { } VirtualHost "{{ virtual_host }}" + disco_items = { + { "{{ muc_domain }}", "Multi-user chats" }; + { "{{ http_file_share_domain }}", "File sharing service" }; + } + authentication = "ldap" ldap_server = "comfycamp.space:389" ldap_base = "DC=ldap,DC=goauthentik,DC=io" @@ -118,3 +123,4 @@ Component "{{ muc_domain }}" "muc" } Component "{{ http_file_share_domain }}" "http_file_share" + http_external_url = "https://{{ http_file_share_domain }}/"