matrix: start script to retrieve server version

This commit is contained in:
Nico Schottelius 2026-08-31 10:36:02 +02:00
commit 893973aa62

View file

@ -0,0 +1,14 @@
#!/bin/sh
# 2026-08-29, Nico Schottelius
if [ $# -ne 1 ]; then
echo $0 matrix-server-or-domain
exit 1
fi
fqdn=$1; shift
path_version=$fqdn/_synapse/admin/v1/server_version
path_well_known=$fqdn/.well-known/matrix/client