Helper scripts for Matrix Synapse
Go to file
DecaTec 2080facee7 Script to get the version of Matrix Synapse 2021-10-13 12:31:54 +02:00
ActivateUser.sh New scripts, obtaining required information in a more convenient manner 2021-10-06 12:30:15 +02:00
CleanupMedia.sh New scripts, obtaining required information in a more convenient manner 2021-10-06 12:31:32 +02:00
DeactivateUser.sh New scripts, obtaining required information in a more convenient manner 2021-10-06 12:30:15 +02:00
GetAccessToken.sh Init 2021-05-05 16:22:39 +02:00
GetAllUsers.sh Script to get the version of Matrix Synapse 2021-10-13 12:31:54 +02:00
GetMatrixSynapseVersion.sh Script to get the version of Matrix Synapse 2021-10-13 12:31:54 +02:00
LICENSE Initial commit 2021-05-05 16:15:08 +02:00
README.md Script to get the version of Matrix Synapse 2021-10-13 12:31:54 +02:00
UpdateRoomVersion.sh New scripts, obtaining required information in a more convenient manner 2021-10-06 12:31:32 +02:00

Helper scripts for Matrix Synapse

Some useful scripts utilizing the API of Matrix Synapse in order to manage different tasks:

  • ActivateUser.sh: Activates the given user and assigns a new password.
  • CleanupMedia.sh: Deletes old local and remote media.
  • DeactivateUser.sh: Deactivates the given user.
  • GetAccessToken.sh: Gets the access token with curl.
  • GetAllUsers.sh: Lists all users.
  • GetMatrixSynapseVersion.sh: Gets the version of a Matrix Synapse instance.
  • UpdateRoomVersion.sh: Updates a room to the given room version.