mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-08 15:54:51 +00:00
Add more information and requirements to README.md (#79)
This commit is contained in:
parent
04de65ce51
commit
cfe4f4a995
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -6,6 +6,18 @@ This project is built using [react-admin](https://marmelab.com/react-admin/).
|
|||
|
||||
It needs at least Synapse v1.18.0 for all functions to work as expected!
|
||||
|
||||
You get your server version with the request `/_synapse/admin/v1/server_version`.
|
||||
See also [Synapse version API](https://github.com/matrix-org/synapse/blob/develop/docs/admin_api/version_api.rst).
|
||||
|
||||
After entering the URL on the login page of synapse-admin the server version appears below the input field.
|
||||
|
||||
|
||||
You need access to the following endpoints:
|
||||
- `/_matrix`
|
||||
- `/_synapse/admin`
|
||||
|
||||
See also [Synapse administration endpoints](https://github.com/matrix-org/synapse/blob/develop/docs/reverse_proxy.md#synapse-administration-endpoints)
|
||||
|
||||
## Step-By-Step install:
|
||||
|
||||
You have two options:
|
||||
|
|
Loading…
Reference in a new issue