From 918fe60b7ab9c422577e6ef02040646aadfb1525 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 18 Sep 2022 12:29:14 +0200 Subject: [PATCH] Add documentation on admin API --- doc/DISCLAIMER.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 9661fd1..197e63a 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -105,6 +105,14 @@ This app doesn't provide any real good web interface. So it's recommended to use ## Additional information +### Administration API + +Synapse's administration API endpoints are under `/_synapse` path and protected with the `admin_api` permission. +By default, no one has access to this path. + +If you wish to access it, for example to use [Synapse Admin](https://github.com/YunoHost-Apps/synapse-admin_ynh), +you need to give this permission to visitors. + ### Multi instance support To give a possibility to have multiple domains you can use multiple instances of synapse. In this case all instances will run on different ports so it's really important to put a SRV record in your domain. You can get the port that you need to put in your SRV record with this following command: