True GitOps at Home: Automating 60+ Apps with ArgoCD, Keel, and Renovate
Managing 60+ homelab apps manually is a nightmare. Here's how I built a fully automated, self-healing deployment pipeline using ArgoCD, Keel, and Renovate
Read articleA collection of field notes, documentation, and practical guides on whatever I'm currently building or learning.
Managing 60+ homelab apps manually is a nightmare. Here's how I built a fully automated, self-healing deployment pipeline using ArgoCD, Keel, and Renovate
Read article
Cloud-init is a widely used industry standard for customizing cloud instances. This guide will walk you through the process of creating and using cloud-init with Proxmox, allowing you to automate the initialization of virtual machines. Prerequisites * Proxmox VE installed and configured * Access to the Proxmox web interface * A cloud-init compatible OS image (e.g., Debian Cloud Image) Steps to Create a Cloud-Init Template 1. Download a Cloud Image First, download a cloud-init compatib
Read article
Apa itu ZRAM? Zram (disebut juga sebagai "zswap" atau "compressed swap") adalah sebuah teknologi dalam sistem operasi Linux yang bertujuan untuk meningkatkan kinerja sistem dengan mengompresi dan menyimpan sebagian data yang biasanya akan disimpan di RAM fisik ke dalam sebuah blok perangkat penyimpanan virtual yang menggunakan kompresi data. Dengan kata lain, zram digunakan untuk memanfaatkan kompresi data guna mengurangi penggunaan RAM fisik dan meningkatkan efisiensi penggunaan RAM. Install
Read article
OS Requirement Untuk menginstal Docker Engine, Anda memerlukan versi 64-bit dari salah satu versi Ubuntu berikut: * Ubuntu Lunar 23.04 * Ubuntu Kinetic 22.10 * Ubuntu Jammy 22.04 (LTS) * Ubuntu Focal 20.04 (LTS) Docker Engine untuk Ubuntu kompatibel dengan arsitektur x86_64 (atau amd64), armhf, arm64, s390x, dan ppc64le (ppc64el). Uninstall versi lama Sebelum Anda dapat menginstal Docker Engine, Anda harus terlebih dahulu memastikan bahwa semua paket yang bertentangan telah dihapu
Read article