Helper scripts for Matrix Synapse
Go to file
DecaTec 36b668d23a New scripts, obtaining required information in a more convenient manner 2021-10-06 12:31:32 +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
LICENSE Initial commit 2021-05-05 16:15:08 +02:00
ListAllUsers.sh New scripts, obtaining required information in a more convenient manner 2021-10-06 12:31:32 +02:00
README.md New scripts, obtaining required information in a more convenient manner 2021-10-06 12:31:32 +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.
  • ListAllUsers.sh: Lists all users.
  • UpdateRoomVersion.sh: Updates a room to the given room version.