Merge branch 'main' of git.sr.ht:~jae/servertester
pages: change link to SRHT
CI: add build script
Checks that federation is correctly configured on a matrix server.
Deployed on t.j4.lc
Requires Go 1.15.
git clone https://github.com/matrix-org/matrix-federation-tester
cd matrix-federation-tester
go build
BIND_ADDRESS=:8080 ./matrix-federation-tester
The federation tester may be accessed using the following templated URL. Please replace <server_name>
with your server name (eg: matrix.org
).
https://matrix.org/federationtester/api/report?server_name=<server_name>