Fix service discovery in prosody
This commit is contained in:
parent
746b336f87
commit
80bc38902d
1 changed files with 6 additions and 0 deletions
|
@ -102,6 +102,11 @@ contact_info = {
|
||||||
}
|
}
|
||||||
|
|
||||||
VirtualHost "{{ virtual_host }}"
|
VirtualHost "{{ virtual_host }}"
|
||||||
|
disco_items = {
|
||||||
|
{ "{{ muc_domain }}", "Multi-user chats" };
|
||||||
|
{ "{{ http_file_share_domain }}", "File sharing service" };
|
||||||
|
}
|
||||||
|
|
||||||
authentication = "ldap"
|
authentication = "ldap"
|
||||||
ldap_server = "comfycamp.space:389"
|
ldap_server = "comfycamp.space:389"
|
||||||
ldap_base = "DC=ldap,DC=goauthentik,DC=io"
|
ldap_base = "DC=ldap,DC=goauthentik,DC=io"
|
||||||
|
@ -118,3 +123,4 @@ Component "{{ muc_domain }}" "muc"
|
||||||
}
|
}
|
||||||
|
|
||||||
Component "{{ http_file_share_domain }}" "http_file_share"
|
Component "{{ http_file_share_domain }}" "http_file_share"
|
||||||
|
http_external_url = "https://{{ http_file_share_domain }}/"
|
||||||
|
|
Loading…
Reference in a new issue