HomeLab Homelab serie -- The software 2/3 Docker Swarm & Containers Stephane Thirion 17 Mar 2025 · 4 min read
HomeLab Homelab serie -- The software 1/3 Dropping everything in a single blog post is difficult so I chose to split it in three parts Stephane Thirion 17 Mar 2025 · 4 min read
portainer Deploying Portainer and Agent in Docker Swarm Using a Compose File 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 Stephane Thirion 5 Feb 2025 · 4 min read
ollama Setting Up Ollama with Open-WebUI: A Docker Compose Guide In this blog post, we'll dive into setting up a powerful AI development environment using Docker Compose. The setup includes running the Ollama language model server and its corresponding web interface, Open-WebUI, both containerized for ease of use. Stephane Thirion 24 Jan 2025 · 4 min read
hoarder Deploying Hoarder on Docker Swarm 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 Stephane Thirion 12 Jan 2025 · 4 min read
uptime Deploying Uptime Kuma on Docker Swarm 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. Stephane Thirion 10 Jan 2025 · 3 min read
freqtrade Installing and Running Freqtrade on Docker Swarm 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. Stephane Thirion 30 Dec 2024 · 3 min read
adguard Setting Up an AdGuard Home Cluster with Shared Configuration on Docker Swarm and Raspberry Pi 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. Stephane Thirion 30 Dec 2024 · 4 min read
Docker Building a Monitoring Stack on Docker Swarm with Prometheus, Grafana, and InfluxDB 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... Stephane Thirion 25 Dec 2024 · 3 min read
Docker Docker Swarm vs Kubernetes: A Comprehensive Comparison 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... Stephane Thirion 3 Apr 2024 · 3 min read
NetScaler Traefik and NetScaler Content Switching - lb and monitor The software I use, Ghost behave in a weird way and was sending http (instead of https) for all the pictures... The only way to correct this is to go through traefik to have a first reverse proxy and then going through the Netscaler stack Stephane Thirion 29 Mar 2024 · 2 min read
swarm From Docker to (Docker) Swarm As mentioned on a previous blog post, I need to get rid of all the different Docker container hosted on several virtual machines to simplify the management and the high Stephane Thirion 27 Mar 2024 · 4 min read
Docker Docker Swarm on Ubuntu Docker Swarm is a container orchestration tool that enables the deployment, scaling, and management of Docker containers across a cluster of machines Stephane Thirion 23 Mar 2024 · 4 min read
ollama Ollama webui installation Linux Language processing has come a long way, thanks to the rise of large language models (LLMs). However, leveraging these advanced technologies often requires significant computational resources or reliance on cloud services. Stephane Thirion 10 Feb 2024 · 3 min read
umbrel Can't update Bitcoin node in Umbrel I'm hosting a $bitcoin node at home and I had an update noticed by Umbrel which is by the way the easiest way to install and self host Stephane Thirion 2 Nov 2023 · 2 min read
Nightscout NightScout external access DT1 2/2 In this post I will explain how to secure and give an external access to your NightScout instance You can find bellow the previous blog post to setup and configure Stephane Thirion 31 Jul 2023 · 4 min read
Nightscout NightScout docker DT1 1/2 In a previous blog (https://www.archy.net/cloud-yes-but-no-thanks-there-is-some-citrix/) I described how I manage to find a solution and try to get more sleep having a baby with Diabetes Type Stephane Thirion 27 Jul 2023 · 7 min read
Docker Kubernetes cluster with Raspberry Pi(s) There are plenty of websites where Kubernetes is explained, why how etc, if you want to know more or if you’re just curious I suggest you head over there Stephane Thirion 28 Dec 2021 · 3 min read