Skip to content

Instantly share code, notes, and snippets.

View LukasForst's full-sized avatar

Lukas Forst LukasForst

View GitHub Profile
@matusnovak
matusnovak / README.md
Last active September 30, 2024 14:52
Matrix (Synapse + Riot) in Docker with Traefik and federation

Matrix

matrix.org chat is split into two parts, the server and the client. The server we are going to use is called Synapse and the client is Riot.im. The Synapse will also need Postgres database and Redis for caching.

0. Folders

Make sure your folder structure looks like this.

example/
@edsiper
edsiper / kubernetes_commands.md
Last active August 16, 2024 07:29
Kubernetes Useful Commands