5
0
DEPRECATED. The scripts have been moved to ansible. Synapse (matrix server) scripts for Anarchy Planet
This repository has been archived on 2024-08-15. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2021-07-05 11:18:29 -07:00
Makefile use tabs not spaces in Makefile 2021-07-05 11:18:29 -07:00
README.md initial commit 2021-07-05 11:15:48 -07:00
synapse-compress.sh initial commit 2021-07-05 11:15:48 -07:00
synapse-purge.sh initial commit 2021-07-05 11:15:48 -07:00

Synapse (matrix server) scripts for Anarchy Planet.

Dependencies

curl for GET and POST to the synapse API.

jq for JSON parsing.

psql utility, which is normally automatically installed with the postgresql server.

synapse-compress-state for compressing the synapse state tables.

Installing

With this repository as your working directory, run make as root.

Using the scripts

The scripts can only be run interactively, as they prompt for certain passwords and parameters. They do not parse any arguments.