Skip to content

Instantly share code, notes, and snippets.

View tcpipuk's full-sized avatar

Tom Foster tcpipuk

View GitHub Profile
@tcpipuk
tcpipuk / matrix-bridge-python.md
Last active February 17, 2024 14:49
How to develop a Matrix Bridge in Python

How to develop a Matrix Bridge in Python

Creating a Matrix bridge involves connecting the Matrix ecosystem with another chat service, enabling users to communicate across different platforms. In this guide, we'll develop a simple Matrix bridge using Python 3.12 and the Matrix Application Service (AppService) API with Synapse.

@tcpipuk
tcpipuk / postgresql-synapse-tuning.md
Last active December 19, 2023 23:08
Tuning PostgreSQL for a Matrix Synapse Homeserver
@tcpipuk
tcpipuk / postgres-backup-replica.md
Last active December 19, 2023 23:08
Setting Up a Replica for Backups for Postgres 15 in Docker