2026-06-03
Introduction Choosing a web server and reverse proxy today depends on tasks and infrastructure. Caddy, Traefik, HAProxy, Nginx, and Apache are five popular solutions, each with its strengths and weaknesses.
In this …
Read more2026-06-02
Vaultwarden — a lightweight implementation of the Bitwarden server written in Rust. It consumes only about 30 MB of RAM (instead of gigabytes for the official server), supports all official Bitwarden clients, and …
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 more2025-11-17
WordOps is a powerful open-source tool for managing WordPress sites hosted on a VPS. It’s designed for web developers and system administrators who need fast deployments, an optimized stack, and convenient caching, SSL, …
Read more2025-10-12
Integrating a page created in an external website builder into your domain allows you to extend functionality and maintain a consistent interface style. This article explains how to use an NGINX reverse proxy to embed …
Read more2025-10-07
Hello, aspiring web developer! 👋
If you’re just diving into the world of building websites, you’ve probably already heard of LAMP and LEMP. These acronyms sound like something out of a spy movie, but in …
Read more2025-10-06
Introduction Let’s Encrypt is the standard for obtaining free TLS certificates. Most often certificates are issued via the HTTP-01 method, which requires a reachable web server on port 80. However, for internal services …
Read more2025-10-05
Moving a website to a new server or restoring it after a failure can sound like a scary task, especially if you’re new to web development or administration. But don’t panic. With the right approach and a …
Read more2025-09-12
Introduction Modern users expect web applications to work as fast and responsive as native software. Chats, stock quotes, collaborative document editing — all these scenarios require instant data exchange. In this …
Read more