HomeLab 24 Mar 2025 · 3 min read Homelab serie -- The software 3/3 SamanthAI my artificial intelligence learning lab, all about LLMs and personnal assistant Read more
HomeLab 17 Mar 2025 · 4 min read Homelab serie -- The software 2/3 Docker Swarm & Containers Read more
HomeLab 17 Mar 2025 · 4 min read Homelab serie -- The software 1/3 Dropping everything in a single blog post is difficult so I chose to split it in three parts Read more
HomeLab 15 Mar 2025 · 7 min read 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 Read more
NAS 14 Mar 2025 · 3 min read 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 Read more
HomeLab 13 Mar 2025 · 4 min read 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... Read more
Citrix 24 Feb 2025 · 4 min read 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 Read more
proxmox 23 Feb 2025 · 3 min read Configuring LACP in Proxmox In today's virtualized environments / homelabs, maximizing network performance is crucial for ensuring smooth operation of hypervisors like Proxmox. Read more
portainer 5 Feb 2025 · 4 min read 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 Read more
Nightscout 25 Jan 2025 · 5 min read 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... Read more
ollama 24 Jan 2025 · 4 min read 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. Read more
hoarder 12 Jan 2025 · 4 min read 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 Read more
uptime 10 Jan 2025 · 3 min read 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. Read more
proxmox 30 Dec 2024 · 3 min read 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. Read more
freqtrade 30 Dec 2024 · 3 min read 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. Read more
adguard 30 Dec 2024 · 4 min read 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. Read more
Docker 25 Dec 2024 · 3 min read 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... Read more
ansible 11 Apr 2024 · 5 min read 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. Read more