sysinfo: update matrix api url

This commit is contained in:
creme 2020-01-23 10:48:20 +01:00
parent fa5d4ba790
commit bcc5b1c510
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ cat<<EOM > "$TMP_JSON"
},
"matrix": {
"desc": "an open network for secure, decentralized communication",
"version": "$(curl -s https://matrix."$DOMAIN"/_synapse/admin/v1/server_version | jq -Mr .server_version)",
"version": "$(curl -s https://matrix."$DOMAIN"/_matrix/federation/v1/version | jq -Mr .server.version)",
"url": "https://matrix.envs.net/"
},
"pleroma": {