2026-05-29
Link to check how the installed TeleMT works
Telemt is an MTProxy server for Telegram written in Rust. Unlike the classic official image, it supports Fake TLS: traffic from outside looks like regular HTTPS to a real …
Read more2026-05-29
OpenVPN is a reliable and time-tested VPN protocol that allows organizing secure remote access to a local network. MikroTik RouterOS supports OpenVPN in server mode starting from version 6.x (TCP), and from version 7+ — …
Read more2026-05-29
MikroTik released a new RouterOS 7.22. In short: the developers decided to turn regular containers into a more user-friendly “Apps” ecosystem, added a native Reverse Proxy, and upgraded BGP to the level of …
Read more2026-05-29
How to run Jitsi Meet (Docker) behind an Nginx Reverse Proxy In the previous article we deployed a basic Jitsi Meet server using Docker.
This is a great way to quickly start video conferencing, but in production a Jitsi …
Read more2026-05-29
How deployment and admin panels are arranged: phpMyAdmin and RabbitMQ behind nginx In this note we’ll break down a practical deployment scheme of an application using GitHub Actions and Docker Compose, as well as …
Read more2026-05-29
Thanks to Let’s Encrypt HTTPS has become the standard for the entire internet. This project made it possible for any site administrator to get a free SSL certificate in just a few commands. But other players have …
Read more2026-05-26
Most people use n8n to move data from one place to another — a webhook arrives, create a task, a form is filled out, send it to the CRM. It’s useful, no doubt, but it’s a bit like using a good knife only to …
Read more2026-05-16
When you have one server — you SSH in and do what’s needed. When there are ten — you write bash scripts. When there are more than three hundred — either you automate everything completely, or the infrastructure manages …
Read more2026-04-10
When I first started working on the project’s infrastructure, storing terraform.tfstate locally (or, I confess, dropping it into Git) seemed like a reasonable solution. But as soon as colleagues joined the work, I …
Read more2026-03-26
In production this is a routine situation: you increased the disk at the hypervisor level (VPS, cloud or Proxmox VE), but inside Ubuntu nothing changed — the / partition is still 100% full.
Let’s go through how to …
Read more