Streaming My Own Music – Navidrome, Docker and Taking Back Control
This post is a technical follow‑up to my previous reflection about music ownership.
This post is a technical follow‑up to my previous reflection about music ownership.
Setting up a robust Single Sign-On (SSO) solution is essential for modern infrastructure management. In this guide, I'll walk you through deploying Authentik with high availability using Docker Swarm, configuring email notifications, and integrating everything with HAProxy as a reverse proxy.
Built a DNS infrastructure with Docker Swarm, AdGuard Home and Unbound delivering 1ms response times, comprehensive ad blocking and complete privacy while maintaining Active Directory compatibility.
Docker Swarm & Containers
Dropping everything in a single blog post is difficult so I chose to split it in three parts
In this post, we’ll walk through a Docker Compose file that deploys both the Portainer Server (Enterprise Edition) and the Portainer Agent on a Docker Swarm cluster
Deploying a modern, multi-container application in a Docker Swarm environment can be both exciting and challenging. In this post, we'll walk through a sample Docker Compose file that deploys the Hoarder application along with its necessary dependencies
Uptime Kuma is a self-hosted monitoring tool that allows you to keep track of your websites, services, or APIs with ease. In this guide, we'll go through the process of deploying Uptime Kuma on a Docker Swarm cluster using a highly available configuration.
Installing and managing Freqtrade, a cryptocurrency trading bot, on a Docker Swarm infrastructure might seem challenging at first. However, with the right configuration and a few tips, you can deploy a robust, scalable solution.
In this blog, we will walk you through the steps to set up an AdGuard Home cluster, with one node running in a Docker Swarm environment and another node running on a standalone Raspberry Pi using a Docker configuration file.
Monitoring environments is critical for maintaining the performance and reliability of modern applications. This blog post details the setup of a monitoring stack in Docker Swarm using Prometheus, Grafana, and InfluxDB. We'll focus on a practical example using NFS for shared storage...
Digging deep into Docker Swarm, i found some limitation when using it with ansible, and in the end with the high availability and upgrade process which I was not very satisfy with. So I explored, again, Kubernetese...