Fix Synapse Admin not working due to unexposed Synapse Admin APIs

Regression since 63a49bb2dc.

Related to #685 (Github Issue).

We now automatically expose the APIs when Synapse Admin is enabled.
This commit is contained in:
Slavi Pantaleev
2020-10-27 20:33:37 +02:00
parent 7d211b71e2
commit 5a7d265997
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,8 @@ Add the following configuration to your `inventory/host_vars/matrix.DOMAIN/vars.
matrix_synapse_admin_enabled: true
```
**Note**: enabling Synapse Admin automatically exposes Synapse's Administration APIs (equivalent to `matrix_nginx_proxy_proxy_matrix_client_api_forwarded_location_synapse_admin_api_enabled: true`).
## Installing