From d34d6e93ddf29145df35f11acaba7fd147a720ee Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 18 Sep 2022 10:29:50 +0000 Subject: [PATCH] Auto-update README --- README.md | 8 ++++++++ README_fr.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/README.md b/README.md index 3be92bb..94f70d4 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,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: diff --git a/README_fr.md b/README_fr.md index 7742b04..85c5f4d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -131,6 +131,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: