779 B
779 B
- Only work for LDAP and SQL
- For LDAP: Set LDAP config (new global filter, optional: threepids attributes if the default identity queries were changed)
- For SQL: Use
synapseSql
module withtype: {sqlite|postgresql}
anddatabase
as JDBC url afterjdbc:driver:
/path/to/db
forsqlite
//host/db?username...
forpostgresql
)
- Configure DNS overwrite for the Homeserver hostname used when connecting as a client (and mention ${matrix.domain} can be used)
dns.overwrite.homeserver.client:
- name: 'example.org'
value: 'http://localhost:8008'
- Configure reverse proxy
- for
/_matrix/client/r0/user_directory/search
tohttp://internalIpOfMxisd:8090/_matrix/client/r0/user_directory/search
- With
ProxyPreserveHost on
on apache
- for