Skip to content

Instantly share code, notes, and snippets.

View jerezoff's full-sized avatar
🏠
Working from home

Jerezoff jerezoff

🏠
Working from home
View GitHub Profile
@AriesAlex
AriesAlex / matrix.md
Last active April 30, 2026 07:54
Гайд: Matrix (Synapse) + LiveKit + Traefik

Гайд: Matrix (Synapse) + LiveKit + Traefik

Предварительные требования

  1. Домен: В примере используется example.com.
    • matrix.example.com — основной сервер Synapse.
    • matrix.example.com/admin — админка Synapse.
    • chat.example.com — веб-клиент Element.
    • rtc.example.com — сервер LiveKit (сигналинг и медиа).
  2. VPS/Server: Linux, установленный Docker и Docker Compose.
@ArtBIT
ArtBIT / GRUB_INIT_TUNE.md
Last active April 18, 2026 15:29
A collection of GRUB init tunes
@ygotthilf
ygotthilf / jwtRS256.sh
Last active March 23, 2026 01:32
How to generate JWT RS256 key
ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key
# Don't add passphrase
openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub
cat jwtRS256.key
cat jwtRS256.key.pub