Fix service discovery in prosody

This commit is contained in:
Ivan R. 2024-10-29 13:12:47 +05:00
parent 746b336f87
commit 80bc38902d
Signed by: lumin
GPG key ID: E0937DC7CD6D3817

View file

@ -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 }}/"