HomeLab Homelab serie -- The software 3/3 SamanthAI my artificial intelligence learning lab, all about LLMs and personnal assistant Stephane Thirion 24 Mar 2025 · 3 min read
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
HomeLab Homelab serie -- The hardware For as long as I can remember, I've had a homelab. Honestly, it’s been so many years now that I can hardly recall exactly when or how it all began Stephane Thirion 15 Mar 2025 · 7 min read
NAS DIY NAS 2025 (homelab) 2/2 When configuring my NAS system, I selected TrueNas Scale instead of Unraid due to specific considerations related to my primary workloads: virtual machines managed with Proxmox and Docker Swarm. Here are the key reasons for my choice Stephane Thirion 14 Mar 2025 · 3 min read
HomeLab DIY NAS 2025 (homelab) 1/2 Synology NAS devices are renowned for their versatility, offering everything from file sharing and virtualization support to advanced backup solutions. However, after years of using my Synology DS3617xs... Stephane Thirion 13 Mar 2025 · 4 min read
Citrix Deploy Citrix Netscaler Console (ADM) on Proxmox Citrix Netscaler Console (ex ADM) is a centralized management solution provided by Citrix that enables administrators to manage, monitor, and automate tasks across a different Citrix products Stephane Thirion 24 Feb 2025 · 4 min read
proxmox Configuring LACP in Proxmox In today's virtualized environments / homelabs, maximizing network performance is crucial for ensuring smooth operation of hypervisors like Proxmox. Stephane Thirion 23 Feb 2025 · 3 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
Nightscout How I Combined Nightscout and Ollama to Monitor My Son’s Glycemia with AI As a parent of a child with diabetes, managing glycemia levels can feel like a full-time job... Stephane Thirion 25 Jan 2025 · 5 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
proxmox Monitoring a Proxmox Cluster with Grafana and InfluxDB Using the Metric Server Menu Proxmox is a robust and scalable virtualization platform, and monitoring its performance is crucial for maintaining optimal operations. Integrating Grafana and InfluxDB provides an intuitive way to visualize and analyze your Proxmox cluster's metrics. Stephane Thirion 30 Dec 2024 · 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
ansible Ansible Playbook for Creating Multiple VMs with Sequential Naming in vCenter In this blog post, we will explore an Ansible playbook that creates multiple virtual machines (VMs) in a vCenter environment. Stephane Thirion 11 Apr 2024 · 5 min read