Tag: Docker Compose
-

Traefik as a Reverse Proxy for Docker: Complete Guide with Automatic SSL
If you manage multiple web services on a single server, sooner or later you have to solve the reverse proxy problem. After trying several solutions, I switched to Traefik as a Docker-integrated reverse proxy and it’s been one of the best infrastructure decisions I’ve made in years. In this article I share my hands-on experience,…
-

Using Claude Code for Linux Server Administration: A Practical, Supervised Approach
Claude Code for Linux server administration: Claude Code is the command-line tool developed by Anthropic that allows a large language model (LLM) to interact directly with the filesystem, execute shell commands, read and modify files, and manage services, containers, and configurations. This is not a chatbot that suggests commands: it is an agent that executes…
-

Matrix Synapse: Building Your Own Decentralized Communication Platform
Have you ever wanted to take back control of your online conversations, away from the large centralised platforms that collect your data? If the answer is yes, you’re in the right place. Today we explore Matrix, an open and decentralised protocol for real-time communication, and walk you step by step through installing Synapse, the reference…
-

Installing GitLab CE with Docker and Docker Compose: A Step-by-Step Guide
If you’ve ever been curious about setting up a GitLab Community Edition (CE) server with Docker and Docker Compose, you’re in the right place. This guide will walk you through every step needed to create an efficient, ready-to-use GitLab environment. But first, let’s take a step back: what makes GitLab and Docker such a winning…